Because they are already in the original input WML file?

Disabling is possible using a XSLT:

<xsl:template match="node()">
  <xsl:copy>
    <xsl:copy-of select="@*"/>
    <xsl:apply-templates select="node()"/>
  </xsl:copy>
</xsl:template>

<xsl:template match="comment()"/>

Regards,

Joerg

zze-MORY Nicolas FTRD/DMI/REN wrote:
when i have WML files in input of pipeline and i want to serialize it
with WML serializer i have many comment like that :

<!--================ Deck-level declarations
================--><!--================ Tasks
================--><!--================ postfield
================--><!--================ variables
================--><!--================ Card Fields
================--><!--================ Images
================--><!--================ Anchor
================--><!--================ Tables
================--><!--================ Text layout and line breaks
================--><!-- quotation mark --><!-- ampersand --><!--
apostrophe --><!-- less than --><!-- greater than --><!-- non-breaking
space --><!-- soft hyphen (discretionary hyphen) --><!--

Copyright Wireless Application Protocol Forum Ltd., 1998,1999.

All rights reserved.

-->>

Why ? is it possible to disable this comments ?

Thanks
--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to