Re: [xsl] unnecessary Soap elements

Subject: Re: [xsl] unnecessary Soap elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 28 Oct 2005 11:18:43 +0100
> My Response xml is :

that isn't the output that you get from the posted stylesheet, which
produces the following:

$ saxon soap.xml soap.xsl
Error on line 12 column 5 of file:/c:/tmp/soap.xsl:
  Error reported by XML parser: attribute values may not contain '<'
Transformation failed: Failed to parse stylesheet

If I fix that I get

$ saxon soap.xml soap.xsl
Error at xsl:value-of on line 21 of file:/c:/tmp/soap.xsl:
  Variable appType has not been declared
Transformation failed: Failed to compile stylesheet. 1 error detected.

at which point I gave up

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