>In SVG, we can use the <use> tag to >reference other elements, defined somewhere. I understand that as node or >element referencing (in the DOM-style) How is that reference declared in SVG's DTD or Schema? I would expect it's either an ID/IDREF pair, or uses the Schema's new Key capabilites, or is an XPath. The first can be supported via DOM Level 2's getElementByID() method. The second is reasonably likely to be supported by DOM Level 3's Content Model chapter. The third might be a middleware issue rather than a DOM issue per se. ______________________________________ Joe Kesselman / IBM ResearchReceived on Tuesday, 5 September 2000 09:24:35 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:52 GMT