xsl-list
[Top] [All Lists]

RE: Replace string in encoded xml in element tag

2003-12-30 22:55:58
Hi Vasu,
        We had to do so because, we didn't want to maintain DTD for that.
Previously we had text there, now xml. To maintain portablility we had to do
that. As of now we have done a workaround in the application itself. However
solution in XSLT would be more appropriate as migration changes will be at
one place.
        Thanks and regards,
R. Pooran Prasad
Itreya Technologies Pvt Ltd.,
Mail: pooran(_dot_)prasad(_at_)itreya(_dot_)com
Phone(Off) : +91 80 5200179 Extn: 51
Mobile:  +91 98860 29578

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of 
Vasu Chakkera
Sent: Wednesday, December 31, 2003 9:19 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Replace string in encoded xml in element tag


Hi Pooran,
Before answering your question, I would like to know if there are any
reasons why you have choosen to have an xml as a string ?
Is there any reason why you couldnt have a structure like
<?xml version="1.0" encoding="UTF-8"?>

<application>

   <diagram attr="value">

      <Diagram>

             <Node id="n1" name="name1"/>

      </Diagram>

   </diagram>

</application>

BRgds
Vasu


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>