[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

illegal character data

Subject: illegal character data
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Thu, 11 Nov 1999 13:16:59 +0100
illegal character
Hi all, 

I'm trying to do an XML to XML conversion using XSL and xt. However, an
error occurs that I can't explain: 

file:/Baanhelp2xml.xsl:3: illegal data characters inside xsl:stylesheet

I'm using the latest version of XT (I just redownloaded it to make sure).
My (unfinished) stylesheet is:

<?xml version="1.0" encoding="iso-8859-1"?>

<xsl:stylesheet
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:output method="xml"/>

<xsl:template match="session">
	<xsl:element name="Session"><xsl:apply-templates/></xsl:element>
</xsl:template>

<xsl:template match="header">
	<xsl:element name="Header">
		<xsl:element name="Title"><xsl:value-of
select="text/title"/></xsl:element>
		<xsl:element name="SoftCode"><xsl:value-of
select="//session[@id]"/></xsl:element>
	</xsl:element>
</xsl:template>

xsl:template match="vrc"/>

<xsl:template match="text">
	<xsl:element name="HelpTopic">
		<xsl:element name="AimSection"></xsl:element>
	</xsl:element>
</xsl:template>

</xsl:stylesheet>

Thanks for any help! 
Linda van den Brink


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.