This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSLT hosting


Daniel,

Try using the disable-output-escaping parameter on your <xsl:text> tag.  I
think you set it to yes, but can't remember to be honest, so try both ways.

Nick

> -----Original Message-----
> From: Daniel Newman [mailto:daniel.newman@bis-web.net]
> Sent: 04 April 2001 11:06
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] XSLT hosting
> 
> 
> Hi guys,
> 
> hope you can help with this easy question, because it's 
> confusing the hell
> out of me.
> 
> I was getting a (The style sheet does not contain a document 
> element. The
> style sheet may be empty, or it may not be a well-formed XML 
> document.)
> error. I know this is due to an &copy; tag I've got in there, 
> that I just
> want to pass to the HTML page. Now, I can get around the 
> processing problem
> by using the &#169; tag. This does in fact produce a 
> copyright character in
> the source of my HTML, but, the character is NOT being 
> displayed by the
> html. I think the only way around this is to push &copy; 
> direct to the html
> source, without it being converted into the C character by 
> the XML parser.
> 
> Is there any way to do this? I've tried using 
> <xsl:text>&copy;</xsl:text>
> but this doesn't make any difference.
> 
> Thanks for the help,
> 
> Daniel Newman.
> Bis-Web Ltd.
> Tel: 01993 880614
> Fax: 01993 881625
> 
> **************************************************************
> **************
> The information transmitted is intended only for the person 
> or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other 
> use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If 
> you received
> this in error, please contact the sender and delete the
> material from any computer.
> **************************************************************
> **************
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]