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

Re: Trying to find a working XSLT processor

Subject: Re: Trying to find a working XSLT processor
From: Tony Graham <Tony.Graham@xxxxxxxxxxxxxxx>
Date: Thu, 6 Sep 2001 17:24:12 +0100
Re:  Trying to find a working XSLT processor
G. Ken Holman wrote at  6 Sep 2001 11:29:23 -0400:
 > p.s. and "no, I cannot change my XML" as I believe this is properly 
 > constructed XML and I use dozens of configuration parameters in this 
 > fashion in my slide show document model ... it is just that none of the 
 > other processors I've tried support it
...
 > test.xml:
 > 
 > <?xml version="1.0" encoding="iso-8859-1"?>
 > <!DOCTYPE test
 > [
 > <!ENTITY % test-include "INCLUDE">
 > 
 > <!ENTITY % test-ent SYSTEM "test.ent">
 > %test-ent;
 > ]>
 > <test>&test;</test>
 > 
 > 
 > test.ent:
 > 
 > <!ENTITY % test-include "IGNORE">
 > <![%test-include;[
 >    <!ENTITY % test "hello world">
 > ]]>
 > <!ENTITY % test "goodbye">
 > 
 > <!ENTITY test '<test attr="%test;"/>'>


It looks well-formed to me.  The XML Recommendation definitely allows
both conditional marked sections and parameter entity references
within markup declarations in external parameter entities, which is
what test.ent is.

I think that your problem is XP vs. other XML processors, not XT
vs. other XSLT processors.

Have you tried using XP with one of the other Java XSLT processors?

Regards,


Tony Graham
------------------------------------------------------------------------
XML Technology Center - Dublin        mailto:tony.graham@xxxxxxxxxxxxxxx
Sun Microsystems Ireland Ltd                       Phone: +353 1 8199708
Hamilton House, East Point Business Park, Dublin 3            x(70)19708



 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.