Subject: RE: Sep MSXML: Carriage Return, #XD, Does Not Work
From: Andrew Kimball <akimball@xxxxxxxxxxxxx>
Date: Tue, 24 Oct 2000 12:50:08 -0400 (EST)
|
Jonathan,
According to the spec, newlines output within attribute text should be
entitized to 
. The July release had not yet implemented this. Having
said that, there is a bug in Sep MSXML where #xA; is being output rather
than 
. Unfortunately, this means that newlines within attribute values
are not going to work correctly until the next release (which should be out
soon).
~Andy Kimball
MSXSL Dev
-----Original Message-----
From: Jonathan_Wheelhouse@xxxxxxxxxx
[mailto:Jonathan_Wheelhouse@xxxxxxxxxx]
Sent: Sunday, October 22, 2000 6:04 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Sep MSXML: Carriage Return, #XD, Does Not Work
Using the MSXML July release, this code, 
 suffixed by ;) within a
text
element within an attribute
element used to output a carriage return in the html; that's what we wanted.
Now (using the September MSXML release) it doesn't - just outputs something
like
#xA. The same XSL & XML files work with instant Saxon.
However, the tab, #x9, still works.
What's the story?
Has anyone had the same problem?
Is it a bug?
Jonathan Wheelhouse
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|