How can I only change one node using XSL? 2003-01-23 - By Gordon Chiu
Hello,
Dave Pawson's XSL FAQ (http://www.dpawson.co.uk/xsl/xslfaq.html) has the answer to this one: http://www.dpawson.co.uk/xsl/sect2/identity.html#d4096e43
The FAQ and the xsl-list archives (http://www.mulberrytech.com/xsl/xsl-list/index.html) are good places to find the answers to general XSL questions.
Hope this helps, Gordon
----- Original Message ----- From: "Du Bin" <decentboy_db@(protected)> To: <xalan-j-users@(protected)> Sent: Thursday, January 23, 2003 1:09 AM Subject: How can I only change one node using XSL?
> The xml is something like: > <par1> > <Priority>0</Priority> > <SvcMode>Sync</SvcMode> > <MsgID>String</MsgID> > <FntTranSeq>String</FntTranSeq> > <FntSndTime>2001-12-17T09:30:47-05:00</FntSndTime> > <ChlIP>String</ChlIP> > <ChlAP>String</ChlAP> > <IPAdr>String</IPAdr> > <Correlator>String</Correlator> > </RqHeader> > <MidHeader> > <MidTranSeq>111111</MidTranSeq> > <Correlator>String</Correlator> > </MidHeader> > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com
|
|