RE: exclude-inline-prefixes or ignore-inline-prefixes?

> In the spec, nothing is said about p:pipeline/@exclude-inline-prefixes
> and p:declare-step/@exclude-inline-prefixes
> 
> I have trouble especially for this
> 
> <p:pipeline exclude-inline-prefixes="#all">
>     ....
>      <p:group xmlns:d="my-new-namespace">
>          ....
>          <p:inline>
>             <d:root/>
>          </p:inline>
>          ....
>      </p:group>
>      ....
> </p:pipeline>
> 
> Is the document inside p:inline correct ?
> 

I think that it is correct, and the document inside p:inline will
become:

<d:root xmlns:d="my-new-namespace"/>

This is at least would happens in XSLT, I think.

Regards,
Vojtech

Received on Thursday, 7 August 2008 12:22:44 UTC