Sign Up
Search
Options
search
Chat
Help
News
Log in
Not Logged in
Home
»
Boards
»
Stylus Studio Developer Network
»
XSLT Help and Discussion
»
XSLT output - (early newbie)
Topic
Topic Page
1
2
3
4
5
6
7
8
9
Prev Topic
Next Topic
next
Subject:
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
next
Subject:
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
top
Subject:
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
Prev Topic
Next Topic
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 to Conference:
Select Conference
Stylus Studio Feature Requests
Stylus Studio Technical Forum
Website Feedback
XSLT Help and Discussion
XQuery Help and Discussion
Stylus Studio FAQs
Stylus Studio Code Samples & Utilities
Stylus Studio Announcements
go
Log In Options
Username:
Password:
Site Map
|
Privacy Policy
|
Terms of Use
|
Trademarks
Stylus Scoop XML Newsletter:
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.