[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

I need < - I get &lt;

Subject: I need < - I get &lt;
From: "Nic Williams" <nwilliam@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 2 Feb 1999 15:31:30 -0000
nic williams
I want to take the following XML and process it into HTML.

The XML is:

<UNIQUEMEMBER>
  <DN>
    <CN>Nic Williams</CN>
    <MAIL>nwilliam@xxxxxxxxxxxxxxxxxxxxx</MAIL>
  </DN>
</UNIQUEMEMBER>
  <DN>
    <CN>Fred Flintstone</CN>
    <MAIL>freddy@xxxxxxxxxxxx</MAIL>
  </DN>
</UNIQUEMEMBER>

I would like to get the following HTML:

<LI><A HREF="mailto:nwilliam@xxxxxxxxxxxxxxxxxxxxx";>Nic Williams</A></LI>
<LI><A HREF="mailto:freddy@xxxxxxxxxxxx";>Fred Flintstone</A></LI>

Here are the references I have in my XSL:

<xsl:template match="UNIQUEMEMBER/DN/MAIL" priority="1">
	<xsl:cdata>&lt;LI>&lt;A HREF="mailto:</xsl:cdata>
	<xsl:apply-templates/>
	<xsl:cdata>"></xsl:cdata>
</xsl:template>

<xsl:template match="UNIQUEMEMBER/DN/CN" priority="1">
	<xsl:apply-templates/>
	<xsl:cdata>&lt;/A>&lt;/LI></xsl:cdata>
</xsl:template>

The actual output I get contains the &lt; characters as opposed to the <
characters I need to get. I am using the xt processor.

Can anyone point me to where I am going wrong?

Cheers,

Nic.

________________________________________________________________________
Nicolas Williams                Internet: nwilliam@xxxxxxxxxxxxxxxxxxxxx
Internet Specialist                Phone: 44-(0)1223-325285 (direct)
Schlumberger Cambridge Research         : 44-(0)1223-315576
High Cross                           Fax: 44-(0)1223-311830
Madingley Road                    Mobile: 44-(0)410 726330
Cambridge                           http://www.cambridge.scr.slb.com
CB3 OEL                             http://www.slb.com

Microsoft Certified Systems Engineer (MCSE)
Microsoft Certified Professional + Internet (MCP + Internet)

'To err is human. To really mess something up takes a computer.'


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.