RE: [xsl] Using XSLT to add markup to a document

Subject: RE: [xsl] Using XSLT to add markup to a document
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 07 Jul 2003 13:24:17 -0400
David and Jeni,

You could optimize further by removing the call

<xsl:call-template name="markup">
  <xsl:with-param name="text"
    select="substring-before($text, 'document')" />
</xsl:call-template>

since we know that this string won't have the target string in it.

Not that this'll save a huge amount....

OTOH, I persist in thinking that David has happened on what is going to become a fairly general pattern -- even if he is only "hiding" the recursion.

Cheers,
Wendell

At 12:46 PM 7/7/2003, you wrote:
Yes, you're right - thanks.

In some unscientific tests on a 3 meg files, your version is taking between
35% and 50% less time than mine.

Thanks,
David.


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



Current Thread