G
Gadrin77
I noticed when displaying the contents of a CDATA node inside a
TEXTAREA using
MSXML and XSL, I get an extra space before the data.
at first I thought I hadn't "tightened up" the XSL, but then even when
I did
this...
<textarea rows="24" cols="80"><xsl:value-of
select="/Root/Child/Data"/></textarea>
I still got a leading whitespace. During testing the data is only the
string "Unknown."
Is this common to others?
I noticed TEXTAREAs are a bit different when using XSL.
I also noticed the string value you pass to an XSL parameter using
..addparameter of the IXSLProcessor can't handle large strings of data
(it's about 3KB of data), to pass on and display inside the XSL.
TEXTAREA using
MSXML and XSL, I get an extra space before the data.
at first I thought I hadn't "tightened up" the XSL, but then even when
I did
this...
<textarea rows="24" cols="80"><xsl:value-of
select="/Root/Child/Data"/></textarea>
I still got a leading whitespace. During testing the data is only the
string "Unknown."
Is this common to others?
I noticed TEXTAREAs are a bit different when using XSL.
I also noticed the string value you pass to an XSL parameter using
..addparameter of the IXSLProcessor can't handle large strings of data
(it's about 3KB of data), to pass on and display inside the XSL.