[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] new user question Saxon


Subject: Re: [xsl] new user question Saxon
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 21 Sep 2005 17:48:57 +0100

  <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
Keywords
xml