[EMAIL PROTECTED] wrote: > 1. We want to retain the HTML tags which are part of the XML output > from a HTTP server. The output is in form of raw XML and we don't want > to loose the formatting (HTML tags) while transforming. > 2. We want to replace double quote to a special character and line > breaks to <br> tag to be used for further processing. > > The problem is that we are not able to retain the formatting when we > retain the HTML tags.
These are FAQs, and you have asked in the wrong forum. This is a forum for discussion of the Xalan XSLT processor. Questions about XSLT processing in general should be directed to the xsl-list; see http://www.mulberrytech.com/xsl/xsl-list/ Some of the info you need will be at http://www.dpawson.co.uk/xsl/ under 'XSLT Questions and Answers' (mostly snippets of postings from xsl-list). I happen to have an old LF to <br> example: http://skew.org/xml/stylesheets/linefeed2br/linefeed_to_br_demo_13.xsl (download and view the source on that; don't copy-paste from browser) For your first issue you will need to post on xsl-list and provide an example of the input you have and the output you want.
