The question is WHY you want to use DOM is still valid.

C (2 or 3) uses SAX or StaX per default and you can use it in a clean way.
I see no reason to use DOM.

Greetings,
-Greg


2013/3/15 Mansour Al Akeel <mansour.alak...@gmail.com>

> I have tags with id's like:
>
> <some-section-tag id='109876_n00069" .... >
>
> And those ids are used for links inside the document. They are linked
> from different sections.
> I like to transform the links and the ids to something that makes sense.
> Like,
>
> <xref href="the-section-title-with-dashes-only" > My Link Label</xref>
>
> And
>
> The anchor
>
> <some-section-tag id='the-section-title-with-dashes-only" .... >
>
> I think this can be done is Stax, xslt or Sax, however, I am trying to
> do it in a clean way without any hacks.
>
> Do you have any suggestion ??
>
>
>
> On Fri, Mar 15, 2013 at 2:18 PM, gelo1234 <gelo1...@gmail.com> wrote:
> > The question is WHY? you want DOM transformation in Cocoon environment ?
> >
> > Greetings,
> > -Greg
> >
> >
> > 2013/3/15 Mansour Al Akeel <mansour.alak...@gmail.com>
> >>
> >> I know this may sound strange, but I like to create a transformation
> with
> >> DOM.
> >> I was able to see Stax and Sax transformation. I was not able to see
> >> one for DOM.
> >>
> >> Any advice ?? Examples ??
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
> >> For additional commands, e-mail: users-h...@cocoon.apache.org
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org
> For additional commands, e-mail: users-h...@cocoon.apache.org
>
>

Reply via email to