Subject: XSLT Help is needed
From: "AYYALA, PAVITHRAN" <pavithran.ayyala@xxxxxx>
Date: Thu, 14 Oct 2004 10:50:37 +0530
|
Hi All,
I am new to XSLT and finding problem in transforming the below given
tags using MSXML.
Same i am able to transform in Java Parsers.
Is that the limitation of MSXML ???
Can anyone suggest how can achieve the similar transformation in MSXML
??
<!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp " " >
<!ENTITY copy "©" >
<!ENTITY imgURL "http://localhost:7001/WAT/wat/images" >
]>
Thanks in advance,
Pavithran
|