-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: rags_rao
Message 5 in Discussion

u not gettin it? :) sorry thats coz i make a small mistake  use 
disable-output-escaping="yes" not "no" since u r telling the xml is in attr it has 2b 
like this,   <roottag attr="&lt;mytag myattr='myvalue'&gt;&lt;mysubtag 
myattr='myvalue'/&gt;&lt;/mytag&gt;" />   use this xsl for above xml: <stylesheet 
version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform";>
<output method="xml" />
<template match="/">
 <value-of select="roottag/@attr" disable-output-escaping="yes" />
</template>
</stylesheet>   
o/p:  
<mytag myattr='myvalue'><mysubtag myattr='myvalue'/></mytag> 
get back if there is a prob

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to