
September 3rd, 2003, 08:15 AM
|
|
Junior Member
|
|
Join Date: Sep 2003
Posts: 8
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
preserving space
Hi there - can anyone help?
I am using ASP and MSXML to transform my Xml-
documents which contain some whitespace that I'd like to
keep in the output.
I have put xmlDoc.preserveWhiteSpace = True in the ASP
code, and it works for those documents loaded by the
ASPserver.
However, it does not work on files called by the
stylesheet itself using 'xml:for-each
select="('document')". (The stylesheet is OK but somehow
the whitespace is stripped on the way)
What is the trick? Please help.
Bente
|