|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Testing/searching for several elements using xsl
> > Sample xml-doc [abbreviated]: > > <cd_doc> > <entries> > <entry no="1" .../> > ... lots of more entries > </entries> > </cd_doc> > > I tried with a stylesheet like this : > [...] > <xsl:template match="cd_doc"> > <HTML> > <BODY> > <h2>Result of search</h2> > <xsl:apply-templates select="entry"/> > </BODY> > </HTML> > </xsl:template> >[...] You should write <xsl:apply-templates select="entries/entry"/> Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








