Re: [svg-developers] SVG validation question

2005-01-25 Thread Peter Thompson
Thanks for the response. The following fragment validates. If there is a better way to do this, please let me know. - ?xml version=1.0 encoding=UTF-8? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.0//EN http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd; [ !ATTLIST svg

[svg-developers] SVG validation question

2005-01-24 Thread Peter Thompson
The following code does not validate. XMLSpy indicates the element has no declaration for an attribute named 'onkeydown'. What do I need to do to get the 'onkeydown' to validate? - ?xml version=1.0 encoding=UTF-8? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 1.0//EN

Re: [svg-developers] SVG validation question

2005-01-24 Thread Philippe Lhoste
Peter Thompson wrote: The following code does not validate. XMLSpy indicates the element has no declaration for an attribute named 'onkeydown'. What do I need to do to get the 'onkeydown' to validate? - ?xml version=1.0 encoding=UTF-8? !DOCTYPE svg PUBLIC -//W3C//DTD