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

XML Parsing

  • 29-11-2007 12:53pm
    #1
    Closed Accounts Posts: 315 ✭✭


    I am looking for a "clever" xml parser perhaps with a gui that I can manipulate the data.

    Maybe turn some fields on or off, output to csv and perhaps do this through a gui


    Preferably free software as well.

    Thanks


Comments

  • Closed Accounts Posts: 345 ✭✭FindingNemo


    decbuck wrote: »
    I am looking for a "clever" xml parser perhaps with a gui that I can manipulate the data.

    Maybe turn some fields on or off, output to csv and perhaps do this through a gui


    Preferably free software as well.

    Thanks

    I have used this in the past, maybe very useful.

    http://support.microsoft.com/kb/278976


  • Registered Users, Registered Users 2 Posts: 1,311 ✭✭✭Procasinator


    Can't think of any tools really, but they do exist.

    Standards wise, if you learn XPath and XSL you'd be able to do alot of things! If you program, you can write XPath statements to extract data and such, quite handy. Using the DOM then you can manipulate the values.

    As for tools, I think the best around (have used myself) is the non-free oXygen XML editor. Open source alternatives exist, give 'em a go.

    I don't really find myself using complicated tools to work with XML, I'm going to be doing custom programming for repetitive use and if making XML documents, probably a plain-text editor unless it is very messy.

    I hope that wasn't all gobbleygook to ya.


  • Registered Users, Registered Users 2 Posts: 3,594 ✭✭✭forbairt


    I used Altova's XMLSpy before. It might be what you're after

    http://www.altova.com/products/xmlspy/xml_editor.html

    Edit: Sorry just realised you're after free and this is quite pricey


  • Registered Users, Registered Users 2 Posts: 302 ✭✭lastbuilders


    XMLSpy is the one I have used too and found very useful. There is a free notepad xml editor from microsoft that I haven't used but may be worth a look

    http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&displaylang=en

    Lastbuilders


  • Registered Users, Registered Users 2 Posts: 6,052 ✭✭✭trellheim


    JDeveloper from Oracle is free for download and use. from otn.oracle.com
    great XML parser


  • Advertisement
Advertisement