This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to disable escaping of '<' characters --- Additional Inforomation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]