Re: uri parser?

2001-11-23 Thread Peter B. West
Keiron, Thanks. I was looking at the handling of 'url(...)' in the property expression parser, and I thought that the general solution would be a uri parser. Peter Keiron Liddle wrote: On 2001.11.20 16:23 Peter B. West wrote: Does anyone know of a general URI parser tucked away in the

Re: uri parser?

2001-11-20 Thread Ulrich Mayring
Peter B. West wrote: Does anyone know of a general URI parser tucked away in the code somewhere, or failing that, available elsewhere? How about java.net.URL? Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung - To

RE: uri parser?

2001-11-20 Thread Scott Sanders
HTTPPool has a URI class that is quite a bit better than the java.net.URL class. It can be found at http://www.innovation.ch/java/HTTPClient/ Regards, Scott Sanders -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 7:23 AM To: fop-dev

Re: uri parser?

2001-11-20 Thread Peter B. West
Ulrich, I don't have much understanding of this arcana, but it looks as though java.net.URL will parse a known http: protocol URL. It won't identify the extent of a URL in piece of input text, or so it seems on cursory examination. I had just noticed that there was no lexical token for a