RE: [xsl] disable-output-escaping

Subject: RE: [xsl] disable-output-escaping
From: "CROFT, MICHAEL" <MCROFT@xxxxxxxxx>
Date: Mon, 1 Jul 2002 11:21:46 -0400
The & is a character that could be entered by the user, I have no control
over what they enter.  It is a dynamic process.  I need to tell the XML
parser to treat any text entered by the user as text.

		-----Original Message-----
		From:	Henk Meulekamp [mailto:henkm@xxxxxxx]
		Sent:	Monday, July 01, 2002 11:21 AM
		To:	'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
		Subject:	RE: [xsl] disable-output-escaping

		use &amp; instead of &

		| -----Original Message-----
		| From: CROFT, MICHAEL [mailto:MCROFT@xxxxxxxxx] 
		| Sent: maandag 1 juli 2002 16:38
		| To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
		| Subject: [xsl] disable-output-escaping
		| 
		| 
		| I have elements in my XML document that could contain 
		| character entities but should be treated as text...
		| 
		| 	<Comments>Comments about loss description:  Adding
some 
		| comments here & testing the section </Comments>
		| 
		| 
		| Ive tried using combinations of  <xsl:output method=
"text">, 
		| and the <xsl:value-of select="Comments" 
		| disable-output-escaping="yes"/>, but Im using them 
		| incorrectly.  I am getting this error:
		| 
		| Whitespace is not allowed at this location. Error
processing 
		| resource 'file:///C:/APA/XSLT/Auto Report 
		| Project/FNOLReport8.xml'. Line 18, Position
		| 75 	
		|    <Comments>Comments about loss description:  Adding some

		| comments here & testing the section</Comments>
		|
--------------------------------------------------------------
		| --------------
		| ----------------------^
		| 
		| 
		| How do I set this up so <Comments> sections display text
and 
		| instruct the XML parser to bypass processing these 
		| characters?  The output is HTML.
		| 
		| Mike 
		| 
		| 
		|
**********************************************************************
		| This email and any files transmitted with it are
confidential 
		| and intended solely for the use of the individual or
entity 
		| to whom they are addressed. If you have received this
email 
		| in error please notify the sender and
postmaster@xxxxxxxxxx
		|
**********************************************************************
		|  
		| 
		| 
		|  XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list
		| 

		 XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread