|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: string replacement
> hai every boby,I got A PROBLEM I WANT > > <Value DataType="STRING">VARCHAR2</Value> TO BE > REPLACED BY > > <Value DataType="STRING">VARCHAR</Value> > Try: <xsl:template match="Value[@DataType='STRING']/text()[.='VARCHAR2']"> <xsl:text>VARCHAR</xsl:text> </xsl:template> That will work assuming you want all other nodes to be copied unchanged and assuming your stylesheet uses an identity template rule to match all other nodes. Mike Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








