[En-Nut-Discussion] XgUXML : UXML_NODE Value?

Bob Wirka bobwirka at yahoo.com
Tue Oct 25 18:53:43 CEST 2011


I'm probably just not understanding this, but what happens to text associated with an xml tag? How do you access it?

Consider this xml:

<person name="me">What happens to this text?</person>

This would generate an attribute with xmla_name = "name" and xmla_value = "me".

However the UXML_NODE structure has no xmln_value pointer.

Where is the text stored?

I've looked at the Wiki example, but the file that's parsed has no tag text; only attribute text.


Thanks,

Bob Wirka



More information about the En-Nut-Discussion mailing list