Re: Référence: RE: question about transformation

Subject: Re: Référence: RE: question about transformation
From: "Dale Asberry" <rdasberry@xxxxxxxxxxx>
Date: Tue, 23 Nov 1999 05:16:15 PST
The problem may be more syntactical assuming the following line:

a <?xml version 1.0> declaration at the top of the XSLT sheet and

should be:


<?xml version="1.0"?>

From: "Yannick Nicolas" <yannick@xxxxxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Référence: RE: question about transformation
Date: Tue, 23 Nov 1999 09:57:20 +0000


Thanks for your help. Actually, I have exactly done this in my XSLT sheet, and the problem comes about the <?xml....> line. I use XT to transform my original document and I've got an error message : "misplaced XML decl" at the line of <?xml....> Since my transformation stylesheet is an XML document, I put a <?xml version 1.0> declaration at the top of the XSLT sheet and I want to add the same declaration at the top of my final document. But it seems that XT (or any other transforming tool) believes that this is a declaration and not a sentence that I want to include in my final document !


---- Début du message original ----


Hi
	try to do like this
<xsl:template match="/">
	<?xml blah blah blah
</xsl:template>

rgds
	marco


Adresses gratuites et illimitées sur http://bretagne.zzn.com
__________________________________________________________________________________
Constituez votre propre service d'e-mail sur le Web à l'adresse http://www.zzn.com



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list

______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread