W
wzhang
Hi,
I would like to add some custom elements to svg files and also some
custom attributes to certain svg elements. Should I create a DTD to
include the cumtom elements and attributes?
<!ATTLIST {element name} {attribute name} {type} {default option}>. If
I do need to create a DTD, then how do I specify the element name in
custom attributes declaration since the element itself is in SVG? For
exampe, I would like to do this: <svg mynamespace:myattr="something">.
Thanks a lot in advance.
wz
I would like to add some custom elements to svg files and also some
custom attributes to certain svg elements. Should I create a DTD to
include the cumtom elements and attributes?
<!ATTLIST {element name} {attribute name} {type} {default option}>. If
I do need to create a DTD, then how do I specify the element name in
custom attributes declaration since the element itself is in SVG? For
exampe, I would like to do this: <svg mynamespace:myattr="something">.
Thanks a lot in advance.
wz