url_for and ampersands encoding

2007-03-27 Thread Max Ischenko
Hi, I am trying to validate my XHTML page (generated with Pylons/Mako) and got an error: http://validator.w3.org/check?uri=http%3A%2F%2Ftesting.developers.org.ua%2F Warning *Line 104 column 41*: cannot generate system identifier for general entity norestart. | a

Re: url_for and ampersands encoding

2007-03-27 Thread Robert Leftwich
Max Ischenko wrote: I am trying to validate my XHTML page (generated with Pylons/Mako) and got an error: http://validator.w3.org/check?uri=http%3A%2F%2Ftesting.developers.org.ua%2F Warning *Line 104 column 41*: cannot generate system identifier for general entity norestart. | a

Re: url_for and ampersands encoding

2007-03-27 Thread Max Ischenko
Hello Robert, On Mar 27, 1:33 pm, Robert Leftwich [EMAIL PROTECTED] wrote: Obviously, w3c validators expects to be encoded as amp; while it isn't. The url in question is generated with | a href=${h.url_for(controller='selfupdate', svnup='yes', norestart='yes')}Update/a What should I

Re: url_for and ampersands encoding

2007-03-27 Thread Ian Bicking
Max Ischenko wrote: Hi, I am trying to validate my XHTML page (generated with Pylons/Mako) and got an error: http://validator.w3.org/check?uri=http%3A%2F%2Ftesting.developers.org.ua%2F Warning /Line 104 column 41/: cannot generate system identifier for general entity norestart. ||

Re: Bourbon - Windows service to make installing and using pylons easier

2007-03-27 Thread Mike Orr
On 3/22/07, Jose Galvez [EMAIL PROTECTED] wrote: For the HTTP server I've set it to use Cherrypy which seems to work really well, Does it have any particular advantages over Paste's HTTP server? -- Mike Orr [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received