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

Re: Tag movement in XML

Subject: Re: Tag movement in XML
From: "Ganesh Babu N" <nbabuganesh@xxxxxxxxx>
Date: Wed, 17 Sep 2008 10:14:38 +0530
Re:  Tag movement in XML
Dear David,

I have used <xsl:apply-templates select="PN, FN, SN, TG, AB"/> in the
place of <xsl:apply-templates/>. This is the order in which I required
the output. But it producing only <AB> in the output. All other tags
are missing.

Please help me.

Regards,
Ganesh


On 9/15/08, David Carlisle <davidc@xxxxxxxxx> wrote:
>
>
>> Title and abstract are appearing as per the XML order and not
>> appearing as per the required output.
>
> you don't really say what chanegs you need. (In your posted input, and
> the desired output, titke came before the abstract)
>
> Possibly you want to force that the BB element (containing title amongst
> other things) is always processed before AB (containing the abstract)
> in which case
>
> changing the
>
>  <xsl:apply-templates/>
>
> in the template for D to
>
>  <xsl:apply-templates select="AB,BB"/>
>
> might do what you want.
>
> Your input seems to have been corrupted by over-agressive commenting
>
> the subtitle was presumably supposed to be
> It's Time for a Rethink
>
> but your input is
>
> It<!-- &rsquo; -->s Time for a Rethink
>
> which results in
>
>  Its Time for a Rethink
>
> that is, a classic spelling error.
>
> Similarly
>
> "1 year"
>
> is marked as  1<!-- &nbsp; -->year
>
> so results in  1year with no word space.
>
>> Please let me know how to move these two tags into desired locations.
> Remember XSLT works with a tree of nodes, it has no access to the tags
> in the original document.
>
> David
>
> ________________________________________________________________________
> The Numerical Algorithms Group Ltd is a company registered in England
> and Wales with company number 1249803. The registered office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
>
> This e-mail has been scanned for all viruses by Star. The service is
> powered by MessageLabs.
> ________________________________________________________________________

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.