Re: [xsl] PCDATA and Attributes

Subject: Re: [xsl] PCDATA and Attributes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Aug 2003 11:39:53 +0100
> I would like to use PCDATA in a element attribute. It is cuttenly
> defined as:

This is an XML question not an XSL one, so this is the wrong list, but
anyway..

There is no PCDATA attribute type in XML.


> I would like the name attribute to be PCDATA so I can use the following
> as a value:
> 
> <![CDATA[&reg;]]>

You can not have a literal < in any XML attribute value, so in
particular you can't have a CDATA section.


> I know that by using &gt; and &lt; for > & < etc. would work, but this
> is not an option for business reasons behond my control.

If it is not an option, you'll have to use SGML not XML.

David

________________________________________________________________________
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
________________________________________________________________________

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


Current Thread