I have searched without success for documentation about the 
JXTemplateTransformer. Is there any?

I want to transform an XHTML document, and for each hyperlink in the XHTML, I 
want to use JXPath to look it up in a Java model, and add some resulting data 
as a "title" attribute for the link. e.g.

Source document (start of pipeline) contains:
<a href="foo.html">Foo</a>

JXTemplateTransformer:
look up "foo.html" in data model, return "Foo Bar Baz", update the hyperlink to:
<a href="foo.html" title="Foo Bar Baz">Foo</a>

I'm sure this is probably really easy ... can someone give me a hint? Thanks

Con

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

Reply via email to