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

RE: String evaluation problem

Subject: RE: String evaluation problem
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 19 Oct 2005 12:50:22 +0100
evaluation problem
This one made me chuckle (sorry!), because it's so imaginative.
Unfortunately the processing model is completely different from the way you
are imagining it. Entity definitions in the stylesheet are expanded by the
XML parser before XSLT gets to see the stylesheet. The XSLT processor
doesn't know that any entities ever existed.

It's just about possible (though not at all convenient) to generate an
entity reference in the result document that's expanded using the entities
defined in the DTD of the result document, when the result document comes to
be used. But really, XSLT and entities aren't very happy bedfellows.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Fadi Qutaishat [mailto:fadi_taher2000@xxxxxxxxx] 
> Sent: 19 October 2005 11:54
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  String evaluation problem
> 
> Hi all,
> 
> I have the following situation:
> 
> <?xml version="1.0"?>
> 
> <!DOCTYPE xsl:stylesheet [
> <!ENTITY continue1 "general explanations">
>  ]> 
> 
> 
> <xsl:stylesheet version="1.0"
>      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> 
> <xsl:template match="login">
> <test><xsl:value-of 
> 
> select="concat('&amp;',substring('continue(1)',1,8),substring(
> 'continue(1)',10,1),';')"/></test>
> 
> </xsl:template>
> </xsl:stylesheet>
> 
> The output would be <test>&continue1;</test> but it
> does not get evaluated to be "general explanations" as
> defined in the above !DOCTYPE.
> 
> Any Ideas ?
> 
> Many thanks,
> Fadi 
> 
> 
> 	
> 		
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com

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.