Bill Fenner wrote:
> On Fri, 12 Nov 2004 11:28:05 +0100, Hussein Shafie <hussein at pixware.fr>
> wrote:
>
>>you can probably generate CSS content for these processing
>>instructions
>
>
> Thanks! If I just let xpath return the node-set, xxe just renders the
> first in the set - e.g., xpath("/processing-instruction('rfc')") just
> renders "toc=yes". I assume I'll have to write some java that returns
> a node-set that renders perhaps as a table? Is there any
> documentation that I can look at for what would be necessary to
> implement this?
>
Quickly browse
http://www.xmlmind.com/xmleditor/_distrib/docs/dev/index.html and you'll
probably find what you want.
Note that we are going to add a new chapter describing how to program
the full XPath 1.0 engine included in XXE. But you'll need to wait V2.8
Patch 1 for that.
If you want to style XML nodes in a special way, you'll have to write a
``passive custom view''
(http://www.xmlmind.com/xmleditor/_distrib/docs/dev/ar01s07.html)