Subject: Re: How to produce the "XML declaration line" in the middle of a document?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 9 Aug 2005 13:05:51 +0100
|
Assuming you have xsl:output method="text" then you don't need to do
anything special, you just place the string in the stylesheet as you
would any other string. As always you need to quote < and &
so for example
<?xml version="1.0" encoding="UTF-8"?>
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
________________________________________________________________________
|