[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pxref
From: |
Kevin Rodgers |
Subject: |
Re: pxref |
Date: |
Tue, 08 Nov 2005 13:59:54 -0700 |
User-agent: |
Mozilla Thunderbird 0.9 (X11/20041105) |
Juri Linkov wrote:
> Emacs already can read the XML output. Just try, for example, after:
>
> makeinfo --xml -o info.xml info.texi
>
> to evaluate:
>
> (xml-parse-file "info.xml")
>
> `xml-parse-file' is a top-level autoloaded function, so you will see
> its output, which is just a simple Lisp structure.
>
> So the main problem is not reading the XML output, but rendering such
> Lisp structure into the final representation. This could be achieved
> most easily with using DSSSL-like rules.
The alternative would be to use XSLT directives. But you've then got to
implement a DSSSL or XSLT processor in Emacs Lisp, for a reasonable
subset of the chosen stylesheet language.
--
Kevin Rodgers
- Re: pxref,
Kevin Rodgers <=