Am converting HTML to XML using XALAN tranformer. The HTML contains element
having attribute value with white spaces, for example
<span attr1="There is double space here">
The attr1 value contains two white spaces. When I convert this to XML using
XSLT, the extra white space is stripped. . How can I preserve extra
whitespaces for attribute value for all elements. The white spaces are
preserved if I do the tranformation using XML Spy.
Thanks,
Kapil
--
View this message in context:
http://www.nabble.com/Preserving-whitespaces-in-attribute-value-during-xsl-tranformation-tf4261429.html#a12126961
Sent from the Xalan - J - Users mailing list archive at Nabble.com.