Page 1 of 1

parsing XML

Posted: Mon Apr 20, 2009 1:03 am
by DavidBurleigh
has anyone a link to a white paper that has a complete segment of code that shows how to parse xml? Dumb Rev books and online docs have no examples. I went to search online docs and put in "parse xml" and go NO hits. Are these people just stupid? Parsing XML is a critical need in development and they have NO examples (that I can find) on how to do it. Sure they explain each function one at a time, but have nothing in context.

you can send me a link or code, whatever you might have directly to incomex@hotmail.com.

thanks.

we really need to start complaining about the lack of quality with respect to bugs and documentation, it really is inexcusable.

Posted: Mon Apr 20, 2009 1:42 am
by keyless
I just went through the same frustration a couple days ago.
http://forums.runrev.com/phpBB2/viewtopic.php?t=2929

Got no help from the forum, but after taking apart Rev's RSS tutorial demo stake, and finding a great old Ken Ray comment on XML parsing in the mailing list, I was on my way and parsing.

Oh and Ken also has his own XML library that I haven't tried, but a lot of users on the list seem to use instead of revXML too.

Where do I find that XML Library?

Posted: Mon Apr 20, 2009 1:50 am
by DavidBurleigh
thanks

Nevermind, I found the library - Sons of thunder

Posted: Mon Apr 20, 2009 1:56 am
by DavidBurleigh
thanks

Where is the comment in the mailing list

Posted: Mon Apr 20, 2009 2:02 am
by DavidBurleigh
where is the comment in the mailing list?

Posted: Mon Apr 20, 2009 4:37 am
by mwieder
You might also want to check out Sarah Reichelt's xml sample stack:

http://www.troz.net/Rev/tutorials.php

Posted: Mon Apr 20, 2009 6:18 am
by keyless
Oh yeah forgot to mention Sarah's great tut, but doesn't go into parsing much.

Here is nabble link for Ken's reply
http://www.nabble.com/XML-Handling-td17 ... #a17842791

Re: parsing XML

Posted: Tue Apr 26, 2016 9:57 pm
by bbhank
DavidBurleigh wrote:has anyone a link to a white paper that has a complete segment of code that shows how to parse xml? Dumb Rev books and online docs have no examples. I went to search online docs and put in "parse xml" and go NO hits. Are these people just stupid? Parsing XML is a critical need in development and they have NO examples (that I can find) on how to do it. Sure they explain each function one at a time, but have nothing in context.

you can send me a link or code, whatever you might have directly to incomex@hotmail.com.

thanks.

we really need to start complaining about the lack of quality with respect to bugs and documentation, it really is inexcusable.
Right On!!

Re: parsing XML

Posted: Thu Aug 10, 2017 6:54 pm
by capellan
You could find Ken Ray's answer in the mail list too:
http://lists.runrev.com/pipermail/use-l ... 67027.html

Al

Re: parsing XML

Posted: Fri Aug 11, 2017 12:50 am
by bogs
mwieder wrote:You might also want to check out Sarah Reichelt's xml sample stack:
http://www.troz.net/Rev/tutorials.php
Image
Error messages in Haiku? wrote: A file that big?
It might be very useful.
But now it is gone.
However, all is not lost !!
https://github.com/trozware/rev_stacks

Re: parsing XML

Posted: Fri Aug 11, 2017 2:54 am
by capellan
I have found Tereza Snyder's Califex Tree Field stack very useful too:
http://www.califexsoftware.com/CFX_res.html
http://www.califexsoftware.com/RES/CFX_TreeField.rev

Al