PDA

View Full Version : pull data out of an xml file



AKABigBlack
December 12th, 2010, 18:25
hello all, i have a huge xml file and i'm looking to pull some data out of it. specifically, i want to pull spell name and description. any ideas on how to whittle down a txt doc to just this info?

EugeneZ
December 12th, 2010, 18:42
The best way is XSLT, but that might be too technical for most people.

Try using the following site: https://xsl.eugenez.net/

Paste the file into "payload". Then put the XSL in the top part. I can help you with the XSL but I need a sample of the XML... not the whole thing, just a sample.