xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] XSLT2 processing question


Subject: Re: [xsl] XSLT2 processing question
From: "Jagdishwar B" <jagdishwar.beemanati@xxxxxxxxx>
Date: Tue, 23 May 2006 19:50:54 +0200

the <xsl:apply-templates/> you included under <xsl:template match="/">
will match <idnr> and <info> also, so you are getting the value of
those in your output.
if you donot want to output the values <idnr> and <info>,
just add a template
	<xsl:template match="info|idnr"/>
it says when info and idnr are matched, just dont output anything.

--

Jagdishwar B.


Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor