I'm trying to use the contents of the xml:base attribute in a styled
display and it's consistently coming up empty.

In particular:

    element[xml\:base]:before
    {
        content: "xml:base = " attr("xml:base");
        /* also tried attr(xml\:base) above */
    }

doesn't even register (the rule is never invoked, so it doesn't seem to
note that element has the xml:base attribute), and:

    element:before
    {
        content: "xml:base = " attr("xml:base");
    }

Displays the generated content 'xml:base = ' before element.  My DTD
includes the xml:base declaration, XXE shows the document as being
valid, and there is a populated xml:base attribute displayed in the
attributes pane.  I tested both XXE Standard 2.5p1 and 2.5p2.

Take care,

    John L. Clark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20040224/fd09ab0d/attachment.sig
 

Reply via email to