I'm attempting to decode some XML using mapping models and WOXMLDecoder. The documentation is quite sparse. The documentation does not have an example to parse something like this:

<Tag Attribute="Something">20000</Tag>

Has anyone built a mapping file that works for this? The issue is the combination of a value along with attributes. The examples in the doc handle:

<Tag>20000</Tag>

as well as:

<Tag Attribute="Hello">
        <Value>20000</Value>
</Tag>

Thanks,
Ken

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to