|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Value-of varible question
> It seams that its is using the value of one for both. I just > want to return > the one that lang matches. Any idea on what im doing wrong? > > <xsl:template match="Title"> > > <Title> > > <xsl:copy-of > > select="/iThink.ePulp/Page/Content/Meta/Title[@lang=$local]"/> > > </Title> > > </xsl:template> I don't think you have really understood template rules and path expressions. Every time this encounters a Title element, it is selecting all the Title elements with the appropriate language and copying them. So if you have 5 relevant titles in your document, you are going to output 25 titles. It might be a good idea to put down your coding pencil for a few hours and do some reading. Michael Kay
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








