Le Thu, May 31, 2001 at 10:32:42PM -0700, Norbert Kiesel [[EMAIL PROTECTED]] a 
�crit:
> 
> 
> Hi,
> 
> I'm (ab?)using sabcmd to generate C++ header and SQL files from a
> description file in XML format.  After upgrading to version 0.52 (from
> 0.4x) I found that every output file has the "<?xml version..." line
> as the first line, which of course confuses the C++ compiler.  Is
> there any way to suppress this line (the output is not xml anyway)?

Because you're outputing with <xsl:output method="xml">, no ?
With method="text", you should be OK.
And anyway, you should be able to use the omit-xml-declaration="yes"
(does Sablotron support it ?)

Dom


-- 
Dominique Rousseau <[EMAIL PROTECTED]>          
Neuronnexion - http://www.neuronnexion.com            

Reply via email to