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

On Wed, Aug 13, 2008 at 11:58 AM,  <Toman_Vojtech@emc.com> wrote:
> <p:pipeline exclude-inline-prefixes="#all">
>   ....
>    <p:group xmlns:d="my-new-namespace">
>       ....
>        <p:inline>
>           <root name="c:the-third-letter-in-alphabet"/>
>        </p:inline>
>        <p:inline>
>           <root name="d:the-fourth-letter-in-alphabet"/>
>        </p:inline>
>        ....
>    </p:group>
>    ....
> </p:pipeline>
>
> I would be badly surprised if I got something like this as the result:
>
> <root name="c:the-third-letter-in-alphabet"/>
> <root xmlns:d="my-new-namespace"
> name="d:the-fourth-letter-in-alphabet"/>


In that case, you would have only to put the
exclude-inline-prefixes="#all" directly on the p:inline

Mohamed


-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 9 52 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Wednesday, 13 August 2008 17:09:05 UTC