RFE: Rewrite URLs for object/@data

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RFE: Rewrite URLs for object/@data

Daniel E. Renfer
Hey guys,

Is there any way we can get relative URLs inside object/@data
re-written just like the other @href and @src attributes? I am using
that construct to display SVG images and I currently have to include
the context in my links.

I looked at the source for
org.orbeon.oxf.processor.converter.AbstractRewrite, but couldn't
figure out what I would need to modify to enable support for this
construct.

Thank You.

--
Daniel E. Renfer
http://kronkltd.net/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: RFE: Rewrite URLs for object/@data

Erik Bruchez
Administrator
Daniel E. Renfer wrote:

> Hey guys,
>
> Is there any way we can get relative URLs inside object/@data
> re-written just like the other @href and @src attributes? I am using
> that construct to display SVG images and I currently have to include
> the context in my links.
>
> I looked at the source for
> org.orbeon.oxf.processor.converter.AbstractRewrite, but couldn't
> figure out what I would need to modify to enable support for this
> construct.
Well, AbstractRewrite is interesting code ;-)

I implemented support for rewriting the "object" element following the
existing code style. Look at the new handleObject() method. The change
will be in the CVS real soon.

-Erik

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws