Esteban Gonzalez wrote:
> Node attr =
> list.item(j);
> if(
> attr.getNodeName().equals("pais") )
>
> item.setNodeValue( "1000" );
>
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
> {
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
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!
>
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