Hi everybody, is it on-topic to ask DOM implementation questions here or is this mailing-list only for DOM specifications discussions? Specifically, I'd like to understand how to go from an implementation that handles any XML document to one that handles XML documents were the tags have specific meaning, i.e. SVG or XHTML. Do implementations subclass the Element class and override Document.createElement() to create the appropriate object? Or is the DOM tree created out of the input file and then a parallel, specialised, structure is instantiated and appropriately kept in sync with it? If both approaches are valid, is there one approach that is "more standard" than the other? ManuReceived on Tuesday, 19 May 2009 13:57:45 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:25:00 GMT