xsl-list
[Top] [All Lists]

RE: a way to use Ampersands in xsl file

2003-02-12 08:00:12
Why do you say

"I will not use &"?

It's the right way. It's the only way. If you "will not use &" you
will be writing in a syntax which looks a lot like XML, but ISN'T XML.

OK - that's not quite true. You could use CDATA sections instead, but
the net effect is the same - you are escaping the & character (and some
other special characters, like < and >)

Dan.

-----Original Message-----
From: 1alp(_at_)gmx(_dot_)de [mailto:1alp(_at_)gmx(_dot_)de]
Sent: 12 February 2003 13:42
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] a way to use Ampersands in xsl file


hello
there is a sample of my xsl file.
in "Line 150" i use an Ampersand.
After trying to parse this with saxon i get this Error:

############################################################
Fatal error reported by XML parser: name expected (found " ")
  URL:    file:/C://myfile.xsl
  Line:   150
  Column: 23
Transformation failed
#############################################################
is there a way to use Ampersands (i will not use  &amp;)in xsl files?

thanks

<?xml version="1.0" encoding="iso-8859-1" ?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
<xsl:output method="html" indent="yes"/>
<xsl:template match="/document">
<html>
<head><title></title></head>
<body>
<pre>
<br/>

         Line1 text....................
         Line2 text....................
         Line3 text....................
         line......................  

      
         Line 150 ...ouer company & some of other clients....
         line  text ......................
       

</pre>
</body>
</html>
</xsl:template>
</xsl:stylesheet

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


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


***************************************************************************
This communication (including any attachments) contains confidential 
information.  If you are not the intended recipient and you have received this 
communication in error, you should destroy it without copying, disclosing or 
otherwise using its contents.  Please notify the sender immediately of the 
error.

Internet communications are not necessarily secure and may be intercepted or 
changed after they are sent.  Abbey National Treasury Services plc does not 
accept liability for any loss you may suffer as a result of interception or any 
liability for such changes.  If you wish to confirm the origin or content of 
this communication, please contact the sender by using an alternative means of 
communication.

This communication does not create or modify any contract and, unless otherwise 
stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 
2 Triton Square, Regents Place, London NW1 3AN.  Registered in England under 
Company Registration Number: 2338548.  Regulated by the Financial Services 
Authority (FSA).
***************************************************************************


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



<Prev in Thread] Current Thread [Next in Thread>