When I apply  transform  for mydoc.xml
before TransformExtarct such as
    <map:transform src="my.xsl"/>
    <map:transform type="extractor"/>
than it works well.
Is it a C2 bug?

----- Original Message ----- 
From: "Andrey Demchenko" <[EMAIL PROTECTED]>


> Hi,
> I have the following code
> ====mydoc.xml================
> <?xml version="1.0" encoding="UTF-8"?>
> <html><body>
> <test:test xmlns:test=http://mydomain"; >
>  <test:data>
> ...skipped
>  </test:data>
> </test:test>
> </body></html>
> ==================
> I use FragmentExtractor to extract <test:test>...</test:test>
> to another pipeline. It works Ok, but when I view the
> extracted fragment I have 
> <test:test> instead of
> <test:test xmlns:test=http://mydomain"; >
> How can I get "xmlns" in extracted fragment?
> 
> Thanks in advance,
> Andrey Demchenko.
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to