On 11/23/2011 02:56 PM, Yves Forkl wrote:
> 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?
>

What you attempt to do is simply not supported by XXE. Please refer to 
http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/pi_comments.html

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

Reply via email to