Re: Handling "undeclared" references

2006-03-07 Thread Hans Aberg
On 7 Mar 2006, at 18:00, Frans Englich wrote: I have a parsing problem which I don't know how to solve the best way. In short, it is that I need to parse XML.[1] ... Check out the Usenet newsgroup comp.compilers, and its FAQ, published there monthly. Most likely, others have tried it befor

Handling "undeclared" references

2006-03-07 Thread Frans Englich
Hi everyone, I have a parsing problem which I don't know how to solve the best way. In short, it is that I need to parse XML.[1] The problem's essence is shown in this example: The problem is that "xmlns:prefix" declares the prefix 'prefix', but it is used before it is declared. It's used i