[XML-SIG] xmlproc relative dirs for DTD

Remy C. Cool dev-xml@smartology.nl
Tue, 17 Dec 2002 08:03:03 +0100


On Monday 16 December 2002 20:43, Jürgen Hermann wrote:
> On Mon, 16 Dec 2002 17:02:49 +0100 "Remy C. Cool"
> <dev-xml@smartology.nl> wrote:
>
> RCC> I have a script that gets xml data via a command line
> argument. The RCC> xml data gets stored as a fileobject using
> StringIO .. so far so RCC> good. But then xmlproc complains that it
> can't resolve the relative RCC> URI. Is it possible to 'give' the
> StringIO fileobject a virtual path RCC> so that DTD's can be
> resolved?
>
> Wrap it into an InputSource object.

Thanks