Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 15th, 2011, 10:42 AM
Authorized User
 
Join Date: May 2009
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i didnt get it ..could you pls edit my script with what ur saying.
 
Old June 15th, 2011, 11:43 AM
Friend of Wrox
 
Join Date: Nov 2007
Posts: 1,243
Thanks: 0
Thanked 245 Times in 244 Posts
Default

Code:
<xsl:template match="baggagePrices">
        <Extra>
            <AdditionalInfo>
                <xsl:call-template name="xml-to-string">
                        <xsl:with-param name="node-set" select="."/>
                </xsl:call-template>
            </AdditionalInfo>
        </Extra>
</xsl:template>
__________________
Martin Honnen
Microsoft MVP (XML, Data Platform Development) 2005/04 - 2013/03
My blog





Similar Threads
Thread Thread Starter Forum Replies Last Post
Format cdata text into xml Alisha XSLT 1 January 3rd, 2011 07:23 AM
How to strip out CDATA from xml with XSLT XSLUSer XSLT 10 March 17th, 2009 11:28 AM
how to strip out CDATA from xml with xslt XSLUSer XSLT 0 March 10th, 2009 11:47 PM
SQL Server 2005 XML: FOR XML PATH -> cdata? stoves SQL Server 2005 1 July 8th, 2008 02:40 AM
Extract the XML file from CDATA haixia XSLT 2 August 3rd, 2006 02:01 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.