This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Skipping elements for conversion from XML to WML



 Hi all,

 I am writting stylesheet for conversion from XML to WML. Please let me know how can I skip elements.

 I have done something like this...

 <xsl:template match="mpara">
<xsl:apply-templates select="d"/>
</xsl:template>

 This code is working for skipping elements from XML to HTML but it is not working for XML to WML


 Thanks in advance

 Vinay K. Jaiswal
 Cognizant Tech. Solutions


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]