Joe Mihalich wrote:
>                  <image id="image1"
> xlink:href="d:\tools\batik\batik-1.1.1\test.jpg" width="10" height="10"
> x="0" y="0" />

You specified a file name where the processor expects an URL.
Educate yourself about URLs for example here:
   http://www.rfc-editor.org/rfc/rfc2396.txt

Try
  xlink:href="file:///d:/tools/batik/batik-1.1.1/test.jpg"

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to