Hi,
I need to output a XML file into 'text' layout using fixed length output fields. Whilst debugging in
XMLSpy the trailing blanks are visible and the fields are correct widths, but if I select
Transform within the application, the trailing blanks are reformated.
After surfing the net for a while, I found that a common solution appears to be the include 'indent' in the following statements:
Code:
<xsl:output method="text" indent="yes"/>
OR..
Code:
<xsl:output method="text" indent="no"/>
I've tried several variations on this statement including the
'omit-xml-declaration' and
'media-type="text/plain"' but the
.html output always ignores my trailing blanks.
(I'm using xml version="1.0")
Can anyone advise please?
Thanks in advance.
Neal
A Northern Soul