Hi,

I notice that if I have e.g. media="screen,tv,projection" in
xml-stylesheet, it's not picked up by XmlMind, while if I remove the
media attribute, it works.

E.g. this is noticed by XmlMind:

<?xml-stylesheet title="My view" href="foo.css" type="text/css"?>

while this is not noticed:

<?xml-stylesheet title="Not my view" media="screen,tv,projection" 
href="foo.css" type="text/css"?>

Is there a media attribute that *is* accepted by XmlMind?

If there is, one could do

<?xml-stylesheet title="My view" media="SOMETHING"            href="xxe.css"   
type="text/css"?>
<?xml-stylesheet title="Print"   media="screen,tv,projection" href="print.css" 
type="text/css"?>

and have one css be used by XmlMind, and one by other applications.



best regards,
Kevin

--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to