<golfml> tag attributes do not validate

13 views
Skip to first unread message

minesadorada

unread,
Apr 20, 2012, 10:57:37 AM4/20/12
to golf-marku...@googlegroups.com
One of the golfml attributes will not validate.
Here is the error:  'xmlns=http://code.google.com/p/golfml' is not a valid URI

Here's the full tag and attributes I have been writing with CourseWriter:
<?xml version="1.0"?>
<golfml xmlns="xmlns=http://code.google.com/p/golfml" version="0.9" 

Is there a correction I can make?

Pierre Mareschal

unread,
Apr 20, 2012, 11:25:41 AM4/20/12
to golf-marku...@googlegroups.com
I think there is a typo:

You should write
<golfml xmlns="http://code.google.com/p/golfml"
rather than
<golfml xmlns="xmlns=http://code.google.com/p/golfml"

xmlns= appears twice.
If you look at your code too long, you don't see those things anymore.

Don't forget to play golf.
/p

minesadorada

unread,
Apr 20, 2012, 1:16:35 PM4/20/12
to golf-marku...@googlegroups.com
Doh!  Now to update all the versions and source....

Thanks Pierre :)
Reply all
Reply to author
Forward
0 new messages