Non-quoted URLs
« on: July 30, 2006, 06:57:55 PM »
Hi - seems like an EXCELENT program but I have always used non quoted URLs like this...

     <a href=http://mysite.com/mypage.htm>Go to my page</a>

But the xml generator thinks the URL is:

     [ External links are visible to forum administrators only ]>Go to my page</a>

It doesn't stop at the first >

I have far too many pages to start putting quotes on the links - any chance you'll have a version that doesn't need quotes?

Re: Non-quoted URLs
« Reply #1 on: July 30, 2006, 08:39:09 PM »
Hello,

I've updated sitemap generator code to grab these URLs too, but please note that it is recommended to include href attribute value in double quotes ("), as specified in html specs.
Re: Non-quoted URLs
« Reply #2 on: July 30, 2006, 10:35:07 PM »
That worked splendidly!

Thanks for the fix and yeah, I know I'm a lazy bugger but the browsers allow it :)