I would like to generate this kind of output: XML with CSS, ie the
<?xml-stylesheet ...
 instructions:

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href='' title='Default' alternate='no' type='text/css'?>
<?xml-stylesheet href='' title='Boxed' alternate='yes' type='text/css'?>
<rss version="2.0">
...

I've searched a solution as options of the serializer:

      <map:serializer name="xml"
        src=""
        mime-type="text/xml">
        <encoding>ISO-8859-1</encoding>
        <indent>yes</indent>
      </map:serializer>

but it seems there is no way to pass stylesheet information.
Does it exist another way to do that?

Thank you in advance.
Philippe Bajoit



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to