Joel Neely wrote:
> Hi, Patrick,
>
> I've been playing with parse-xml for quite a while (in fact, that's
> what got me to using REBOL seriously in the first place), so let me
> give a couple of hints that may help.
I just don't understand one thing yet, - why don't you folks use load/markup?
invoice: load/markup %some-file-received.xml
and then e.g. print invoice/<invoice-number>, as path selection works with
tags. It's just pity it doesn't allow to use strings, it could be helpful
sometimes ...
I know you can't check XML doc conformity, but ....
-pekr-
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.