Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Modifying XML

Options
  • 04-12-2009 7:10pm
    #1
    Registered Users Posts: 427 ✭✭


    Hi,
    I'm new to xslt and need some advice.


    I have a bit of XML which I want to add to and remove from. Right now it has too much of some information and not enough of other information.


    I know I can use xslt to transform the xml but I want to know is this the best option?

    The alternative is to use a parser to read in the file, add/remove information and write it out to a new file. I've never used xslt so if you guys could give me some beginners pointers it would be much appreciated.
    Thanks.


Comments

  • Registered Users Posts: 1,322 ✭✭✭Mad_Max


    I'd go for the XSLT. I use it a lot in work and have done parsing of XML with java in previous work. In the main it's the better option imo.


Advertisement