Hi Mark,
Can I do SAX processing with LiveCode? Is that what is used if you
"send messages" with revXML?
Todd
Mark Wieder wrote:
Todd-
Monday, September 9, 2013, 4:08:30 PM, you wrote:
My challenge is I have HUGE xml files. 250mb is not uncommon.
My condolences. XML is not fun for hum
Todd-
Monday, September 9, 2013, 4:08:30 PM, you wrote:
> My challenge is I have HUGE xml files. 250mb is not uncommon.
My condolences. XML is not fun for humans.
> If anyone has any experience in parsing very large files, I would love
> to hear about it.
Have you tried using SAX processing r
Martin Koob wrote:
Hi Todd
There was another forum post on this
http://forums.runrev.com/viewtopic.php?f=57&t=11936
I can't see that post on the forum.
But it looks like you just chimed on in the xpath post there.
http://forums.runrev.com/viewtopic.php?f=66&t=15624&start=30
That should be
ough using the revXMLNextSibling command
Martin
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Searching-XML-with-revXMLMatchingNode-tp4669576p4669588.html
Sent from the Revolution - User mailing list archive at Nabble.com.
_
Hello,
I am trying to scan an xml document and find all the nodes of a certain
name that have a particular attribute and value. It would seem that
"revXMLMatchingNode" was made for this purpose. But I can't get it to
find anything other then the first instance. There doesn't seem to be
anyw