From: Sunil Mishra
Subject: Any pxml users out there?
Date: 
Message-ID: <3D0F937E.5070704@notmyemail.com>
Hi,

I have been trying to use pxml from ACL6.1, and have run into a little 
problem. It's broken.

Here's the symptom:

CL-USER(19): (pprint (net.xml.parser:parse-xml "<foo:bar 
xmlns:foo=\"http://abc.com/\">foo</foo:bar>"))

(((|foo:bar| |xmlns:foo| "http://abc.com/") "foo"))

In other words, namespace handling is rather broken.

Is there a fix for this? Is there a replacement anyone might suggest? 
Currently, the best replacement is looking to be cl-xml.

Thanks,

Sunil

From: Sam Steingold
Subject: Re: Any pxml users out there?
Date: 
Message-ID: <sa0u1o0jl1a.fsf@glip.premonitia.com>
> * In message <················@notmyemail.com>
> * On the subject of "Any pxml users out there?"
> * Sent on Tue, 18 Jun 2002 13:09:34 -0700
> * Honorable Sunil Mishra <·······@notmyemail.com> writes:
>
> I have been trying to use pxml from ACL6.1, and have run into a little
> problem. It's broken.
> 
> Here's the symptom:
> 
> CL-USER(19): (pprint (net.xml.parser:parse-xml "<foo:bar
> xmlns:foo=\"http://abc.com/\">foo</foo:bar>"))
> 
> (((|foo:bar| |xmlns:foo| "http://abc.com/") "foo"))
> 
> In other words, namespace handling is rather broken.
> 
> Is there a fix for this? Is there a replacement anyone might suggest?

CLOCC/CLLIB/xml.lisp does handle namespaces

-- 
Sam Steingold (http://www.podval.org/~sds) running RedHat7.2 GNU/Linux
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html>
If you want it done right, you have to do it yourself
From: Sunil Mishra
Subject: Re: Any pxml users out there?
Date: 
Message-ID: <3D0FD144.4070708@notmyemail.com>
But is unsuitable for my needs for two reasons: GPL, and it is wrapped 
in with a lot of code that I don't need.

Sunil

Sam Steingold wrote:
>>* In message <················@notmyemail.com>
>>* On the subject of "Any pxml users out there?"
>>* Sent on Tue, 18 Jun 2002 13:09:34 -0700
>>* Honorable Sunil Mishra <·······@notmyemail.com> writes:
>>
>>I have been trying to use pxml from ACL6.1, and have run into a little
>>problem. It's broken.
>>
>>Here's the symptom:
>>
>>CL-USER(19): (pprint (net.xml.parser:parse-xml "<foo:bar
>>xmlns:foo=\"http://abc.com/\">foo</foo:bar>"))
>>
>>(((|foo:bar| |xmlns:foo| "http://abc.com/") "foo"))
>>
>>In other words, namespace handling is rather broken.
>>
>>Is there a fix for this? Is there a replacement anyone might suggest?
> 
> 
> CLOCC/CLLIB/xml.lisp does handle namespaces
>