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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Modifying XML

  • 04-12-2009 6:10pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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