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

Recordcount in XML

LEGEND ,
Nov 24, 2007 Nov 24, 2007

Copy link to clipboard

Copied

Anyone know how to get the total number of records in an XML document so you
can know how many times to loop over it?


TOPICS
Advanced techniques

Views

250

Translate

Translate

Report

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
Engaged ,
Nov 24, 2007 Nov 24, 2007

Copy link to clipboard

Copied

LATEST
If the xml object is called oXML then you can get the root node using oXML.xmlRoot to get what you want you need the children of tis so oXML.xmlRoot.xmlChildren which is an array so you can arrayLen() it.

Hope that helps

Votes

Translate

Translate

Report

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
Documentation