rainbowrabbit
MIS
I have written a vba routine in access that looks at a 3 of tables in an Oracle database and then puts all of that into an xml file. This works ok and the file works as I can upload it into the required website.
However the actual file itself looks pretty ugly when not viewed through something that parses it nicely (xmlnotepad). Which isn't a huge problem but it would be nice not to have everything all on 1 line!
I am using MSXML v4.0 and I was wondering if there is anything I can do to insert some formatting after each tag (whitespace?) to make it look a bit prettier? Does adding formating to these files make them even bigger than they already are?
I am a total XML novice (can you tell) so it might be that there is no need to make it look pretty in a text editor and I should stop worrying and be happy that they work!
Views and comments would be appreciated...
However the actual file itself looks pretty ugly when not viewed through something that parses it nicely (xmlnotepad). Which isn't a huge problem but it would be nice not to have everything all on 1 line!
I am using MSXML v4.0 and I was wondering if there is anything I can do to insert some formatting after each tag (whitespace?) to make it look a bit prettier? Does adding formating to these files make them even bigger than they already are?
I am a total XML novice (can you tell) so it might be that there is no need to make it look pretty in a text editor and I should stop worrying and be happy that they work!
Views and comments would be appreciated...