Subject: Re: Group problem with blank elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 1 Jul 2005 09:55:33 +0100
|
But I am getting output -
<?xml version="1.0" encoding="utf-8"?>
That is the output you would expect.
You have a template
<xsl:template match="statement-message" />
which produces no output for every statement-message element (and no
other elements in the source have any content other than white space)
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
________________________________________________________________________
|