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

Re: What effect does DOCTYPE have

Subject: Re: What effect does DOCTYPE have
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 31 Jan 2006 13:52:41 GMT
what function does doctype serve
> it takes a long time, and I finally get an out of 
> memory error. Does the XSLT processor try to read the DTD?

Yes but that isn't what is taking the time. You asked it to find every
substring that matches "" and replace it by "" and recurse until it
stops. This only stops when you run out of memory.

select="hide"

selects all child elements named <hide/> and since you use this in a
string context it takes the string value of the first one (or in this
case "" since there are none)  same for select="show". You probably
meant
select="'hide'"
to refer to a string not an element.

If you are using saxon 8 why don't you use XSLT2 and use the built in
replace() function which is much easier than using a template for this.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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.