Re: [xsl] Preserve HTML formatting when apply-templates in variabl

Subject: Re: [xsl] Preserve HTML formatting when apply-templates in variabl
From: Chris Loschen <closchen@xxxxxxxxxxxxxxxxxx>
Date: Fri, 06 Aug 2004 16:41:46 -0400
At 12:46 PM 8/6/2004, you wrote:
if log.xml is your log then you can have a well formed document version
of it by having the (fixed) file of the form

<!DOCTYPE wrapper [
<!ENTITY log SYSTEM "log.xml">
]]>
<wrapper>
&log;
</wrapper>

What an elegant solution! I've done similar things with books (pulling in a chapter at
a time into the master file), but never thought of applying the principle here.
Thank you very much!



>  or should I just figure it ain't broke so  don't fix it?
that, probably:-)

I'll check with the powers that be, and see if they prefer to leave the ugly but working
method or move to your more elegant solution. In any case, you helped me make
a good connection today, and I learned something. Thanks!



Yours,


Chris Loschen
closchen@xxxxxxxxxxxxxxxxxx
781-718-3017 (cell)

Current Thread