Hi again,

As you might guess this problem is related to the previous broken link
problems.

It appears in line 469 in ParsedURL that if the specified url on the
element
eg:
    <use xlink:href="file:ref.svg#FOP" transform="scale(1.5)" x="18"
y="40"/>

has a protocol then it ignores the base url and attempts to just use the
url. From the spec it appears that the xlink:href can have a URI-reference
which can be relative which of course is allowed to have a protocol.
So it should ignore the base url only if the href is an absolute url. The
presence of a protocol is not a relevant indicator.

Keiron.

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

Reply via email to