i'm going to speak out of turn here ...

i've got a ton of XML experience ... on Java.

I haven't used the Pascal DOM, but i'm guessing i know what the issue
is, because it is a common point of confusion for people who don't
know XML DOM frameworks well.

i of course may end up being completely off base.

assuming you had a node in the document like :

...
<anode>my node value</anode>
...

i think you are going to find that "my node value" is not the
NodeValue() of <anode>, but is the NodeValue() of a _child_ of
<anode>.

so you have to step one deeper into the DOM.

i think ...

Tony

PS. also, including a sample of the XML document, along with the code
is usually helpful.

On 12/7/05, Bisma Jayadi <[EMAIL PROTECTED]> wrote:
> Hi all...
>
>
> What did I do wrong? Or am I missing something about the dom.pp usage? Here 
> are
> the codes I used...
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to