> From: John Moylan [mailto:[EMAIL PROTECTED]]
> 
> Hi,

Hi John,
 
> Are there issues I should be aware of when using the xmldb using
xindice
> from the command line to return documents using:
> xindice xpath_query -c /db/extractsdb -q
>
"//Metadata/Property[@FormalName='PublicationDate'][@Value='20020710']"
> the result I get is all files published on the 20020710
> 
> But, when I use the following in cocoon:
>
http://localhost:8080/cocoon/xmldb/extractsdb/?xpath=//Metadata/Property
[@Form
> alName='PublicationDate'][@Value='20020710']
> the result I get is for all files in the collection.
> 
> Does Cocoon's XMLDB transformer have problems with attributes?

No. But all proxies/web browsers/web servers/etc are really upset with
your invalid URL. Please do encode at least all '=' characters properly.

Here is URL to URL RFC for your convenience:
http://www.w3.org/Addressing/rfc1738.txt
(See chapter "2.2. URL Character Encoding Issues", paragraph "Unsafe:")


Regards,
Vadim


> John



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to