aoifey1234 wrote on Tue, 9 Sep 2008 08:11:02 -0700:
I presumed this was a forum to ask for ASP advice and not advice on how
to deal with the client. The fact is that before the changeover the
client could view the xml how they wanted and now they cannot. Instead
of, in my opinion, passing the book with a simple "well, maybe you
should use another editor", I feel that the better option is to come
up with a solution.
Did you even read Anthony's post fully? The first part of his reply told you
exactly what needs to be done to the XML file (add CR LF where the line
needs to be broken), and he asked you to post the ASP code so that he could
point you to exactly where that could be added. But you ignored that and
instead decided to rant about the second part, which in this case is
actually good advice - XML is not supposed to be read with a plain text
editor, it needs to be read with something that can parse the markup.
We have managed a workaround which we are intending to use, so the
client is happy.
"They _must_ be able" to view the file in wordpad as they are simply
looking at the files on a server with no other editor available to
them.
If they have Wordpad, they have Windows - which means they also have
Internet Explorer, and that can parse XML files into a much more readable
format.
Thanks for the additional advice, however I would have preferred an
actual answer to my question which unfortunately I did not get.
But you did get an answer - you just ignored it.
To use your own words......."I'm surprised by the number of times I
come across people" who waste time and resources answering a thread in
which they have provided no answer.
And again, he did provide an answer.
I am disappointed to be honest. I came to this forum to ask for ASP
advice and instead I feel that I am being criticised for trying to
keep the client happy. PLEASE!
Thanks again for the ...ahem.... advice
You should feel lucky that anyone took the time to point out what you needed
to do considering that you haven't provided a single piece of example ASP
code so that we can see how the XML is being created - without knowing that,
how can anyone tell you exactly what you should do?