[Zope-dev] XMLDocument - Importing XML and assigning IDs to resulting nodes

Damian Morton morton@dennisinter.com
Wed, 23 Feb 2000 16:22:24 -0500


How do I import an XML document such that the IDs of the resulting nodes is
derived from an attribute associated with the source XML tags.

Ive tried using <tag id="foo"> but I get the following error:

Error Type: Bad Request
Error Value: Invalid or duplicate property id

Is there a way to do this, or are the nodes of an imported XML file destined
to be given cryptic, numbered IDs?