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

Re: new user question Saxon

Subject: Re: new user question Saxon
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 21 Sep 2005 17:48:57 +0100
Re:  new user question Saxon
  <xsl:output method="text" omit-xml-declaration="no" indent="no"  
  escape-uri-attributes="yes"/>



If you have text output then there is never any xml declaration,
indenting or attributes (uri or otherwise) so that is teh same as

  <xsl:output method="text"/>

What you describe (just getting text back with no markup) is the
consistent with the behaviour of a stylesheet that doesn't match teh
input document (as that's what the default templates do).


Your problem is in the bit you showed as
...
so it's hard to be specific, but if teh output was coming to the screen
then <xsl:result-document wasn't executed, which means that
<xsl:template name="body">
was not executed.

But you didn't show the code that was intended to call that template, so
I can't comment on why it didn't get called.

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.