|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] xmllint -format, xsltproc and CDATA section
Given:
<programlisting><![CDATA[int i;]]></programlisting>
xmllint -format translates it a multi-line block as follows:
<programlisting>
<![CDATA[int i;]]>
</programlisting>
xsltproc, with <xsl:output method="xml"
cdata-section-elements="programlisting"/>, translates this to:
<programlisting><![CDATA[
TO_DATE (:fieldname, 'format')
]]></programlisting>
The net result is that formatting by xmllint and XSLT is not 'closed'.
Everytime I run the combination of xmllint -format and XSLT, the CDATA
section
gets longer by two lines (one line at the beginning and one line at the
end).
Is there a way to get around this?
Taro Ikai
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








