Re: [xsl] XSLT Disable-Output-Escaping Not Working

Subject: Re: [xsl] XSLT Disable-Output-Escaping Not Working
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 May 2004 17:38:31 +0100
> I'm fairly new to XSLT
In that case you really don't want to use disable-output-esacping it is
only for very special and strange circumstances, and it's an optional
feature, an XSLT processor is allowed to just ignore it.

Even when it is supported by the processor the XSLT spec specifies that
it has no effect on attribute values, which is where you are using it.

If you did succeed in generating an unescaped & your output would be
illegal HTML or XML, so why would you want that?

David


-- 
The LaTeX Companion
  http://www.awprofessional.com/bookstore/product.asp?isbn=0201362996
  http://www.amazon.co.uk/exec/obidos/tg/detail/-/0201362996/202-7257897-0619804


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread