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

Re: [string to node]

Subject: Re: [string to node]
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Sat, 20 Feb 2010 12:50:38 +0530
Re:  [string to node]
you can construct, a node with suitable XSLT constructors. for e.g, as
follows:

to construct an element node:

<xsl:element name="x">
   <xsl:value-of select="normalize-space($test-phone)"/>
</xsl:element>

or, to construct an attribute:

<xsl:attribute name="a">
   <xsl:value-of select="normalize-space($test-phone)"/>
</xsl:attribute>


On Sat, Feb 20, 2010 at 12:16 PM, Aditya Sakhuja
<aditya.sakhuja@xxxxxxxxx> wrote:
> Hello,
>
> I am looking to convert a string to a single node type. Using Xalan C
> 1.10 processor.
>
> for eg:
>
> <xsl:variable name="test-phone">
> <xsl:choose>
> B <xsl:when test="($tempPhone) and ($tempPhone!= 'Visit Web Site') and
> ($tempPhone!= 'All') and ($tempPhone!= 'A') and ($tempPhone!= 'B')">
> B <xsl:value-of select="normalize-space($tempPhone)"/>
> B </xsl:when>
> B <xsl:otherwise>
> B  <xsl:value-of select="//ads"/>
> B </xsl:otherwise>
> </xsl:choose>
> </xsl:variable>
>
> What I have in test-phone is a string. on which I cannot use
count($test-phone).
>
> What is the best way to have the count() ? I am trying to get a node
> from the string, that would work.
>
> Thanks in advance,
> Aditya Sakhuja



--
Regards,
Mukul Gandhi

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.