[Zope] Bad use of XML Document??

Amos Latteier amos@aracnet.com
Thu, 21 Oct 1999 10:06:58 -0700


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?

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 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