On Fri, Dec 19, 2008 at 8:33 AM, Tobias Demuth <[email protected]> wrote:
> Hi everybody,
>
> I'm trying to implement an include-mechanism for XML-Files with Digester. In
> the XML are processing-instructions like
>
> <?include xyz.xml ?>
>
> which should Digester make to continue parsing with the contents of the
> referenced file and return afterwards for parsing the rest of the original
> file. I tried to manipulate the overgiven Reader-instance, but this leads to
> nowhere unless I pre-parse the XML myself to find those
> processing-instructions ...
>
> So, any ideas?
>
<snip/>

XML entities.

-Rahul


> thanks in advance
> Tobias
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to