xsl-list
[Top] [All Lists]

Re: [xsl] Supressing entity expansion during XSLT transform

2008-01-12 07:58:35
Colin Paul Adams wrote:

  Hi

In that case, Jesper, I can't emulate the usage you are making
of saxon:serialize (using the serialization parameters of the
unnamed output definition).

  Yes.  The XSLT serializer can't obvisouly not access output
definitions.  But in the meanwhile, I wonder if this usage is the
correct one in the identity transformation.  Shouldn't use instead:

    <xsl:variable name="format" as="element()">
       <xsl:output/>
    </xsl:variable>
    <xsl:sequence select="saxon:serialize(..., $format)"/>

?

  Regards,

--drkm
























      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
http://mail.yahoo.fr


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>