XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Jack TanSubject: XSLT output - (early newbie)
Author: Jack Tan
Date: 13 Feb 2007 04:36 AM
In the output window part of the text is written on yellow background whereas other part is on grey. The one on grey is a desired output. The output is just a txt file.

How can I remove the text on yellow background?

I am using very simple template:

<?xml version='1.0'?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="file/definitions">

<xsl:for-each select = "define">
<xsl:value-of select="name" />
</xsl:for-each>

</xsl:template>
</xsl:stylesheet>

It must be something obvious ...

Thx for help

jack

Postnext
Ivan PedruzziSubject: XSLT output - (early newbie)
Author: Ivan Pedruzzi
Date: 13 Feb 2007 10:05 AM

You may need to override the default template for text nodes

Add the following match template

<xsl:template match="text()"/>


Hope this helps
Ivan Pedruzzi
Stylus Studio Team

Posttop
Jack TanSubject: XSLT output - (early newbie)
Author: Jack Tan
Date: 13 Feb 2007 11:50 AM
Thanks.

It helps to understand xslt a bit better ;-)

jack

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.