[Wmlbrowser] Query strings inside links

Matthew Wilson matthew at mjwilson.demon.co.uk
Thu May 25 23:14:43 EDT 2006


Michael Kaye wrote:
> Matthew Wilson wrote:
>> Juan Pablo Morales wrote:
>>> I tried wmlbrowser with a page that contains a link with several
>>> parameters:
>>>
>>> <wml>
>>> <card id="test" title="This is a test">
>>>    <a href="hey.wml?p1=1&p2=2">Link</a>
>>> </card>
>>> </wml>
>>>
>>> This is a correct page, but the browser complains about the second
>>> equals sign not being a valid character. Is this an expected behavior?
>> It doesn't sound like it. What's the exact error message?
>>
>> Matthew 
> Won't it be something to do with &p2= not being a valid XML entity?
> Shouldn't it be ?p1=1&amp;p2=2 ?
> 
> The w3.org validator barfs on my page with &p2= in it, for example.
> 
> http://delph.leonerd.org.uk/t/page.wml

That's correct. Thanks Michael,

Matthew



More information about the Wmlbrowser mailing list