xsl-list
[Top] [All Lists]

Re: [xsl] Preserving indentation of first tag when copying XML into HTML?

2006-09-21 09:36:12
"Costello, Roger L." wrote:

Ah, yes, that's it.  Thanks Wendell.

    <xsl:template match="Member">
        <pre>
            <xsl:value-of disable-output-escaping="yes"
select="text()[last()]"/>
            <xsl:call-template name="xml-to-string">
                <xsl:with-param name="node-set" select="."/>
            </xsl:call-template>
        </pre>
    <xsl:template>

  But if I understand right, you'll get for the Member start tag the
indentation of a Member's child start tag, isn't it?

  BTW, you don't need the deprecated D-O-E stuff here.

  Regards,

--drkm



















        

        
                
___________________________________________________________________________ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet 
! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences. 
http://fr.answers.yahoo.com 


--~------------------------------------------------------------------
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>
--~--