qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] Emeting servler URIs with parameter lists


From: Stefano Santoro
Subject: Re: [Qexo-general] Emeting servler URIs with parameter lists
Date: Sat, 20 Mar 2004 02:34:50 -0500

Hi Per,

it is a valid URL, for an example you may view OTN posts on their (albeit poor)
implementation of XQuery

http://forums.oracle.com/forums/thread.jsp? forum=189&thread=229387&tstart=0&trange=15

The & is used to demarcate one parameter from another

Ciao
Stefano

On Mar 19, 2004, at 11:14 PM, Per Bothner wrote:

Stefano Santoro wrote:

Hi,
I am trying to have qexo emit the following servlet like URI without any succes:
  http://yo.org/srv?foo=1&bar=2

The obvious seems to be:

<img src="http://yo.org/srv?foo=1&amp;bar=2"/>

You want to get the result:
  <img src="http://yo.org/srv?foo=1&bar=2"/>
but that isn't valid XML or XHTML.  I don't know
if it's valid HTML - probably not.
--
        --Per Bothner
address@hidden   http://per.bothner.com/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]