Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

XML Parse, with condition

LEGEND ,
Jun 02, 2009 Jun 02, 2009

Hello, everyone.

I am trying to create a pricing module for Amazon; I've finally got it to the point where Amazon is returning data in XML.  But I don't need ALL of the data that is being sent.  Is anyone aware of a way to loop through it, grabbing only what I need and inserting it into a struct?  Are there any turnkey solutions for this?  A CFC/UDF that's already built to do this?

Thanks,

^_^

PS.  Don't know if anyone here uses the forum at Webdeveloper.com, but they just opened a CF forum, there (FINALLY!)  But it needs people.

673
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 02, 2009 Jun 02, 2009
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Jun 03, 2009 Jun 03, 2009

OR

xmlTransform() with XSLT stylesheets for more complex solutions.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 03, 2009 Jul 03, 2009
LATEST

Definitely consider biterscripting for parsing XML. It is very simple to learn and simple to use. Several script samples are available at http://www.biterscripting.com , also, I have seen tons of sample scripts posted on the web. Just google up biterscripting.

Richard

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources