From: sln on 6 Mar 2010 22:23 On Sat, 06 Mar 2010 19:46:05 -0600, Tad McClellan <tadmc(a)seesig.invalid> wrote: >smallpond <smallpond(a)juno.com> wrote: > > >> Single quotes are not used in html. > > >Single quotes are most certainly allowed in HTML. > > > http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 ^^ So xml is a fix on html and '' is grandfathered in. > > By default, SGML requires that all attribute values be delimited > using either double quotation marks (ASCII decimal 34) or single > quotation marks (ASCII decimal 39). And now, the king god SGML speaks it, deems it, it! It is now in stone, and let no man take us'eth er a under. So beith, as it was and will be, <pause>, or forever hold your peace.. <pause>, Amen! So sayeth we all !! Aye... -sln
From: kwan on 6 Mar 2010 22:31 On Mar 6, 9:23 pm, s...(a)netherlands.com wrote: > On Sat, 06 Mar 2010 19:46:05 -0600, Tad McClellan <ta...(a)seesig.invalid> wrote: > >smallpond <smallp...(a)juno.com> wrote: > > >> Single quotes are not used in html. > > >Single quotes are most certainly allowed in HTML. > > > http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 > > ^^ > So xml is a fix on html and '' is grandfathered in. > > > > > By default, SGML requires that all attribute values be delimited > > using either double quotation marks (ASCII decimal 34) or single > > quotation marks (ASCII decimal 39). > > And now, the king god SGML speaks it, deems it, it! > It is now in stone, and let no man take us'eth er a under. > So beith, as it was and will be, <pause>, or forever hold your peace.. <pause>, > Amen! > > So sayeth we all !! Aye... > > -sln Probably, it is how Apache2::Request handle the parameters. I am not sure it is a bug, but hopefully I can find the solution. I don't really want to mix with Apache2::Request with CGI script. CGI::param is working fine with the problems that I have described, but when Apache2::Request::param just doesn't understand the request at all.
From: sln on 6 Mar 2010 22:58 On Sat, 6 Mar 2010 19:31:17 -0800 (PST), kwan <kwan.jingx(a)gmail.com> wrote: >On Mar 6, 9:23�pm, s...(a)netherlands.com wrote: >> On Sat, 06 Mar 2010 19:46:05 -0600, Tad McClellan <ta...(a)seesig.invalid> wrote: >> >smallpond <smallp...(a)juno.com> wrote: >> >> >> Single quotes are not used in html. >> >> >Single quotes are most certainly allowed in HTML. >> >> > � �http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 >> >> � � �^^ >> So xml is a fix on html and '' is grandfathered in. >> >> >> >> > � � � �By default, SGML requires that all attribute values be delimited >> > � � � �using either double quotation marks (ASCII decimal 34) or single >> > � � � �quotation marks (ASCII decimal 39). >> >> And now, the king god SGML speaks it, deems it, � it! >> It is now in stone, and let no man take us'eth �er a under. >> So beith, as it was and will be, �<pause>, or forever hold your peace.. <pause>, >> Amen! >> >> So sayeth we all !! Aye... >> >> -sln > >Probably, it is how Apache2::Request handle the parameters. I am not >sure it is a bug, but hopefully I can find the solution. >I don't really want to mix with Apache2::Request with CGI script. >CGI::param is working fine with the problems that I have described, >but when Apache2::Request::param just doesn't understand the request >at all. I won't say I could handle or fix your problem. I would say I have been paid a lot of money to fix problems a lot of experts can't. -sln
From: kwan on 7 Mar 2010 21:43 On Mar 6, 9:58 pm, s...(a)netherlands.com wrote: > On Sat, 6 Mar 2010 19:31:17 -0800 (PST), kwan <kwan.ji...(a)gmail.com> wrote: > >On Mar 6, 9:23 pm, s...(a)netherlands.com wrote: > >> On Sat, 06 Mar 2010 19:46:05 -0600, Tad McClellan <ta...(a)seesig.invalid> wrote: > >> >smallpond <smallp...(a)juno.com> wrote: > > >> >> Single quotes are not used in html. > > >> >Single quotes are most certainly allowed in HTML. > > >> >http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 > > >> ^^ > >> So xml is a fix on html and '' is grandfathered in. > > >> > By default, SGML requires that all attribute values be delimited > >> > using either double quotation marks (ASCII decimal 34) or single > >> > quotation marks (ASCII decimal 39). > > >> And now, the king god SGML speaks it, deems it, it! > >> It is now in stone, and let no man take us'eth er a under. > >> So beith, as it was and will be, <pause>, or forever hold your peace.. <pause>, > >> Amen! > > >> So sayeth we all !! Aye... > > >> -sln > > >Probably, it is how Apache2::Request handle the parameters. I am not > >sure it is a bug, but hopefully I can find the solution. > >I don't really want to mix with Apache2::Request with CGI script. > >CGI::param is working fine with the problems that I have described, > >but when Apache2::Request::param just doesn't understand the request > >at all. > > I won't say I could handle or fix your problem. I would say I have been > paid a lot of money to fix problems a lot of experts can't. > > -sln I got the answer. It was the problem with the form. <form method="POST" action="/app3"> </form> I need action in order for the Apache2::Request::param to be able to query the parameter.
|
Pages: 1 Prev: HTML standard (was Apache2::Request doesn't work asexpected) Next: Nickel code ? |