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

built in entity

Subject: built in entity
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Fri, 19 Oct 2001 17:38:12 +0100
xml built in entities
after checking with saxon, msxml and sablotron .65

why in a <xsl:if test=""/> does the greater than value '>' not throw an
error but '<' throws one ?
obviously the use of &gt; and &lt; works, no entity comments please...,

hmmmm
simple isnt it, wouldnt one expect an error using these unescaped ???? i
have always escaped these, so i have never tested in the past.

must be friday...

XML
---------------------------------------------------
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="test1.xsl"?>
<test>101</test>

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

<xsl:template match="/">

<xsl:if test="test > 100">
asdfasdf
</xsl:if>

</xsl:template>

</xsl:stylesheet>



cheers, jim fuller


 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.