Jump to content

vukers

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by vukers

  1. exactly... we would name each item according to the id tag.however, it doesn't need to be server side.Ideally, I would download the complete xml file to my computer, and then run a program that splits it into individual xml files in the same folder.That should actually be simpler.. what do you guys think?
  2. Cool! I'll read more into that.I was thinking there must be a way to loop through each item and just output directly to another file.Perhaps not the best way to do it. =]
  3. Hi guys,I'm new to XML programming, and I was wondering what the quickest way to make the following program would be:If I had a XML file that had around 20 items: <newsML> <item> <text>Good morning</text> <id>42567</id> </item> <item> <text>Good evening</text> <id>52567</id> </item>...</newsML> and I wanted to split each <item> into individual XML files, what would be the best way to approach this? Thanks a lot!
×
×
  • Create New...