I think you'd need to ask this at microsoft.public.dotnet.xml newsgroup.
What comes generally to XSLT, I can give a link to a great reference site:
XSLT Questions and Answers
http://www.dpawson.co.uk/xsl/sect2/sect21.html
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"ABCL" <> wrote in message
news: ups.com...
>I am working on web application that Gets data from Database,generate
> XMl of it, apply Xslt and Generate Html.
>
> If Database has some Xss Vnurability data, How can I encode it into
> Xslt, so It displays as Text. I donot have option to encode it while
> making XMl Or as soon as Getting from Database.
> I have only option to encode it in xslt only.
>
> Thanks in ADvance
>