Re: Xerces templating

2002-03-13 Thread Andy Clark
Esteban Gonzalez wrote: > Node attr = > list.item(j); > if( > attr.getNodeName().equals("pais") ) > > item.setNodeValue( "1000" ); >

AW: Xerces templating

2002-03-13 Thread Hellmann Peter (ext) ICM RDC IS VDR RD
e Nachricht- > Von: Esteban Gonzalez [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 12. März 2002 18:27 > An: [EMAIL PROTECTED] > Betreff: Re: Xerces templating > > > Peter, > Here are some snippets of the code... > try > {

Re: Xerces templating

2002-03-12 Thread Esteban Gonzalez
IL PROTECTED]> Sent: Tuesday, March 12, 2002 1:06 PM Subject: AW: Xerces templating Esteban, no, it is not a correct behaviour for the dom api since the creation of a dom tree is good for manipulting the document programmatically. If you add, delete or change nodes and afterwards seria

AW: Xerces templating

2002-03-12 Thread Hellmann Peter (ext) ICM RDC IS VDR RD
call for altering the document? Can you provide some source? cheers Peter > -Ursprüngliche Nachricht- > Von: Esteban Gonzalez [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 12. März 2002 15:49 > An: [EMAIL PROTECTED] > Betreff: Xerces templating > > > HI! >

Xerces templating

2002-03-12 Thread Esteban Gonzalez
HI! I´m not really sure if this is the place to post this question... but i´m having a little problem here and I need some help I have a voucher.xml file wich is a ´template´ to create new xml voucher representations. I´m using Xerces, latest version, downloaded a week ago. When i do doc = p