RE: SOXML xmlToDom

2001-12-16 Thread John Wilker
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 16, 2001 5:54 AM To: CF-Talk Subject: RE: SOXML xmlToDom After loading the XML using xml2dom, you need to retrieve the nodes you wish to loop over from the XML using the selectNodes methods. For instance, If I wanted to loo

Re: SOXML xmlToDom

2001-12-16 Thread Joseph Thompson
I just took a look at that tag for the first time this morning.. looks very cool. Wouldn't you want to use the XML2CF action to convert the XML to a CF structure and then just CFLOOP through the first three keys? (well... it is still early here..) > >> support for soXML can be found at http://

RE: SOXML xmlToDom

2001-12-16 Thread Fred Anderson
>> support for soXML can be found at http://forums.siteobjects.com I'll post one more time here and then try to liven up that forum. :grin: >> hth, if it doesn't we need to see your code. Well I wasn't able to get the result I wanted so I will post the example here. Thanks. Here is the XML file

RE: SOXML xmlToDom

2001-12-16 Thread lists
After loading the XML using xml2dom, you need to retrieve the nodes you wish to loop over from the XML using the selectNodes methods. For instance, If I wanted to loop over all the Author nodes in the XML file, oDOM is the output attribute from the soXML call, I would use this statement to retrie

RE: SOXML xmlToDom

2001-12-15 Thread Fred Anderson
Well, my File is rather large, minimum 1mb. Would You Still like me to Mail it out? Thanks, Fred -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 15, 2001 8:31 PM To: CF-Talk Subject: RE: SOXML xmlToDom Also as a side note, you may want to

RE: SOXML xmlToDom

2001-12-15 Thread John Wilker
Can you send what the XML looks like? J. John Wilker Web Applications Consultant Macromedia Certified ColdFusion Developer President/Founder, Inland Empire CFUG. www.red-omega.com "With your shield or on it." Spartan mothers would say this to their sons going to battle. It was believed

RE: SOXML xmlToDom

2001-12-15 Thread John Wilker
Also as a side note, you may want to consider using the MS XML parser yourself instead of SoXML. In an application I did, with a 200k XML file, it would take a minute or more to parse with soxml and a few seconds just using the MSxml parser directly. J. John Wilker Web Applications Consultan