Thinking in more detail about implementation of style and attributes on extensible abstract markup using existing W3C standards. Any attributes of the abstract markup element can be transformed by XSLT to map on to a container, such as <span>, of implementation markup, so that contained implementation's (hopefully orthogonal via XEvents) procedural code can access the attributes through the DOM. <!ATTLIST span newattribute #IMPLIED> So XSLT transforms: <widget newattribute='...'/> To: <span newattribute='...'> implementation markup </span> Which is procedurally accessible via Element::hasAttribute and Element::getAttribute -Shelby MooreReceived on Monday, 23 December 2002 16:24:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:18 GMT