Archived Forum Post

Index of archived forum posts

Question:

XML Parse routines

Feb 07 '14 at 23:52

None of the XML routines work. Some of the methods do not exist, and the finds return NULL.

What is the trick on getting these to work?


Answer

I use the XML functionality extensively and don't have any problems. I think you'll need to post more information if you're hoping for help here. How about some code examples? What languages, platform etc?

MikeW


Answer

+1 for what ReklawUK said.

Further, here is some Perl ChilkatXML example code that may be of help.

Also, based on your post in another thread, it sounds like you are interested in finding a particular tag maybe? If so, here's an example of the SearchForTag method.


Answer

Thank you so much, the key is knowing how this is organized, which one is the child. Thanks again.