Subject: Re: How to disable escaping of '<' characters --- Additional Inforomation
From: Mike Brown <mike@xxxxxxxx>
Date: Sun, 11 Mar 2001 23:30:58 -0700 (MST)
|
Satish Patil wrote:
> I am using XSL stylesheet to generate HTML output. The requirement I have is
> to compare two XML structures and highlight the difference. The way I
> thought I can accomplish this is compare two DOM structures and whenever
> there is a difference, add high lighting HTML tags to the DOM & print the
> dom using XSLT.
>
> If there is a better solution, let me know.
Exactly what kind of comparison logic you want to utilize, I don't know
but you can use the document() function to access multiple documents in
XSLT. I don't see any reason why using the DOM is any more advantageous.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|