Given a processing instruction like

<?mytarget mycontent?>

I wonder how to modify the CSS definitions in my XXE configuration so that XXE 
renders it as

PI:mycontent

This is, I want to prepend (or append) generated content to the original 
content of the PI. Obviously, the pseudo-elements ":before" and ":after" don't 
work because the required ":processing-instruction" itself is of the same class.

I had hoped to be able to use a CSS property declaration which concatenates 
generated and actual content, along the lines of

*:processing-instruction
{
content: "PI:" label(xpath, ".");
}

but that doesn't work either.

Can you point me to what I'm missing?

Yves
 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to