Transformer line breaks on attributes.
Posted: Wed Aug 15, 2012 1:35 pm
Hello Everyone,
Using Saxon-EE 9.4.0.3 with this as an output element:
My transformed XML comes out looking like this:
Needless to say this is not what I want. From Options > Preferences (Editor / Format) I have already set the "Line Width - Format and Indent" to 2000. I know the physical format is irrelevant in the context of XML but when you're trying to scan the output after processing it's tedious to say the least.
Is anyone able to help me here please?
--
William
Using Saxon-EE 9.4.0.3 with this as an output element:
Code: Select all
<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
Code: Select all
<row attr_1="aaa"
attr_2="bbb"
attr_3="ccc"
attr_4="ddd"
attr_5="eee"
...
attr_x="xxx"/>
Is anyone able to help me here please?
--
William