Subject: Re: [xsl] XSLT Concepts From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Fri, 01 Oct 2010 15:29:37 +0200 |
1)When we apply a Template<xsl:apply-templates/> the whole text within the tags in input file data gets applied and new element are processed as we declare them.
So when we use <xsl:value of select=""/> ,additional data is processed.This results into extra junk data as i have noticed.How to avoid such circumstances.?
2)Also Suppose we tag the input data with new elements,the tags appear in the sequence of initial text in the data.How can we sequentially keep changing order of the data as we wish and apply templates accordingly. Example - we need to tag article title which appears at end in the input file but we wish to have it tagged first in the output file.ie change order of tags according to our requirements.
3)Can we template match a tag more than one time and process nodes within it sequentially?
Martin Honnen http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] XSLT Concepts, David Carlisle | Thread | Re: [xsl] XSLT Concepts, Michael Kay |
Re: [xsl] XSLT Concepts, David Carlisle | Date | Re: [xsl] XSLT Concepts, Michael Kay |
Month |