ScoobyNet.com - Subaru Enthusiast Forum

ScoobyNet.com - Subaru Enthusiast Forum (https://www.scoobynet.com/)
-   Computer & Technology Related (https://www.scoobynet.com/computer-and-technology-related-34/)
-   -   Readable XML files (https://www.scoobynet.com/computer-and-technology-related-34/613337-readable-xml-files.html)

Kieran_Burns 13 June 2007 03:23 PM

Readable XML files
 
Quick potted history:

I've exported our policies from Network Associates EPO 3.6.1 into a series of XML files, but I want to be able to show what the settings are from those files.

You can obviously import them into Word and view them as code, and into Word 2007 and get into the murky World of XML schema, but I can't see a way of importing them into Word (or similar Office app) and be able to READ them in an understandable format suitable for documentation.

I've looked into XML converters but these simply don't appear to work and I can't find a schema within EPO that allows the XML files to be readable.

If anyone has any ideas how to get these exported files into a format that I can use it would be appreciated.

bob269 13 June 2007 03:53 PM

Have you tried importing in to excel ?

ChefDude 13 June 2007 04:02 PM

you need to read up on XSL to format them into a more flat structure.

i've just written a dedicated XML parser for my own needs and it's a bastid :|

Iain Young 13 June 2007 04:25 PM


Originally Posted by ChefDude (Post 7016856)
i've just written a dedicated XML parser for my own needs and it's a bastid :|

Why didn't you just use Java and xerces / xalan. It's easy then :)

As above, I'd probably use XSLT for that job...

ChefDude 13 June 2007 04:30 PM

i didn't know about that, but having looked at it the DOM is pretty much the same as MSXML3 - which I used.

DemonDave 13 June 2007 08:43 PM

Not sure if this will

http://www.microsoft.com/downloads/d...DisplayLang=en

or this

Download details: Word 2003: XML Viewer

for word style xml to html ?

Of download the trial version of

Altova XMLSpy Feature Matrix

for

Editing Open XML data in Word 2007
Editing Open XML data in Word 2007 & Excel 2007
Validating Open XML data in Word 2007 & Excel 2007
Transforming Word 2007 & Excel 2007 data w/ XSLT

cottonfoo 14 June 2007 12:32 PM


Originally Posted by Iain Young (Post 7016919)
Why didn't you just use Java and xerces / xalan. It's easy then :)

As above, I'd probably use XSLT for that job...

Code:

perl -MXML::Simple -MData::Dumper -e 'print Dumper XMLin(shift)' file.xml
Not as easy as that :)


All times are GMT +1. The time now is 02:16 PM.


© 2024 MH Sub I, LLC dba Internet Brands