|
Hello,
I'm attempting to read the properties of a
NodeRevisionDescriptor and I hit a snag. Specifically with the
NodeProperty "displayname", it's stored as CDATA.
The first problem is...how do I determine when a
NodeProperty's value contains XML data? The NodeProperty.getType() method
is empty all the time. I would think it would at least say the property
type is a String.
Second, after determining I'm dealing with XML data how would
you recommend reading it in? Don't kill yourself explaining this part
because I have a handle on XML. I'm just curious as to whether you guys
have created any slick slide/jakarta convenience classes for handling this type
of situation.
Finally, Remy thank you for your last
response and all the great support you've given everyone else on this mailing
list. I've found your responses to everyone extremely helpful.
Thanks for taking the time!
Regards,
Matt
|
- Re: XML data inside a NodeProperty Matthew Stone
- Re: XML data inside a NodeProperty Remy Maucherat
- Re: XML data inside a NodeProperty Matthew Stone
