I want to use HTML tags within XML file which is parsed by XSL on server. But in result it displays HTML tags as it is, those HTML tags which i want to be interpreted without mentioning them in XSL file should be interpreted as HTML tags. Could anybody tell me the solution for this problem.
e.g., in XML document I have <Title>This is a sample title named <B>Samle Title</B></Title>. i mention Title tag in XSL but cann't use <B> tag, since this part is generated dynamically.
i hope i could express my question clearly.
any help....

------------------
[This message has been edited by tanya (edited July 20, 2001).]