Thanks for the pointer - I have two problems with this. The first is that I don't have a SQL database. Not much of a problem to test your stuff, I can always get one! The other problem iis one that has been discussed multiple times around here on the Zope list. I want to give the the user some editing abilities which include changing the styles of some of the objects. Any hints, clues, advice? Dale
-----Original Message----- From: vanisoft [mailto:vanisoft@wanadoo.fr] Sent: Friday, October 22, 1999 1:44 AM To: zope Cc: vanisoft Subject: Re: [Zope] Bad use of XML Document??
take a look on my zope site
http://www.zope.org/Members/gerard/centaur/index_html
regards
Gerardv Mulot email : vanisoft@wanadoo.fr
----- Original Message ----- From: dale w lance <dale.w.lance@mail.sprint.com> To: <amos@aracnet.com>; <zope@zope.org> Sent: Thursday, October 21, 1999 7:49 PM Subject: RE: [Zope] Bad use of XML Document??
At 05:34 PM 10/19/99 -0500, you wrote:
I am trying to use XML Document to upload my stylesheets also. Is this a no-no?
What do you mean exactly by this?
I am trying to use XSL and XSLT (since IE5.0 understands these directly, as well as other tools). I am not using CSS. I try to upload the XSL (XML format) Document and get the error.
If you are trying to use an XML Document to hold non-XML content then this is a bad idea :-) If on the other hand you are trying to associate XML with a CSS style sheet, then this is a fine idea, though your CSS
Actually it is XSL style sheet.
since is not XML thus should be stored in a DTML Document or a File.
Error Type: Bad Request Error Value: Invalid or duplicate property id
This implies that there's an attribute in your XML which Zope doesn't like...
Hope this helps.
-Amos
Thanks Amos. I did manage to get a couple of other stylesheets loaded. It seems there is some bad attribute in the document (although I can't figure out how to find it) That will teach me for trying to copy straight MS code (an example I downloaded from MS) :-p
Dale
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(Related lists - please, no cross posts or HTML encoding!
To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
dale w lance