RE: [xsl] Replace string in encoded xml in element tag

Subject: RE: [xsl] Replace string in encoded xml in element tag
From: "pooran prasad" <pooran.prasad@xxxxxxxxxx>
Date: Wed, 31 Dec 2003 11:25:58 +0530
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.prasad@xxxxxxxxxx
Phone(Off) : +91 80 5200179 Extn: 51
Mobile:  +91 98860 29578

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Vasu Chakkera
Sent: Wednesday, December 31, 2003 9:19 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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


Current Thread