WOXMLCoder
WOXMLCoder
- Subject: WOXMLCoder
- From: "Mark W. Shead" <email@hidden>
- Date: Fri, 21 Jan 2005 16:05:24 -0500
I am using WOXMLCoder to create an XML file. I'm using a model file
that contains the code fragment below:
<entity name="Project" xmlTag="PROJECTINFO">
<property name="projectName" xmlTag="NAME" />
<property name="childTasks" xmlTag="JOBITEM" />
</entity>
It works fine, but the system that is going to read the XML has to have
the NAME tag before the JOBITEM tag. Webobjects always seems to put
these in reverse order no matter what order they are in the mapping
file.
Is there any way to force the order of the elements in the XML file?
--Mark
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden