As Coccon is a xml framework I am trying to use one of the xml benefits at the 
moment...

I am trying to transform a stylesheet with another stylesheet resulting in a 
stylesheet (sounds more complicated as it is). The pipeline looks as follows:

<map:match pattern="xyz">
  <map:generate type="file" src="abc.xsl"/>
  <map:transform src="123.xsl"/>
  <map:serialize type="xml"/>
</map:match>


<map:match pattern="">
  <map:generate ...>
  <map:transform src="cocoon:/xyz"/>
  ...

The result I get is a "invalid processing instruction name"...

Does this work in general or is the cocoon protocoll not supported for 
transformers?

Best regards
 Michael

<<winmail.dat>>

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

Reply via email to