[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pxref
From: |
Juri Linkov |
Subject: |
Re: pxref |
Date: |
Sat, 29 Oct 2005 22:47:47 +0300 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
> To me it seems obvious that making Emacs able to read the Info files
> in XML format would be very desirable. The main problem right now is
> simple: Emacs currently quite simply can not read the XML output.
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.
--
Juri Linkov
http://www.jurta.org/emacs/
- Re: pxref, (continued)
- Re: pxref, Robert J. Chassell, 2005/10/26
- Re: pxref, Karl Berry, 2005/10/26
- Re: pxref, Robert J. Chassell, 2005/10/27
- Re: pxref, Karl Berry, 2005/10/27
- Re: pxref, Robert J. Chassell, 2005/10/27
- Re: pxref, Karl Berry, 2005/10/27
- Re: pxref, Robert J. Chassell, 2005/10/27
- Re: pxref, Karl Berry, 2005/10/27
- Re: pxref, Eli Zaretskii, 2005/10/28
- Re: pxref, Luc Teirlinck, 2005/10/28
- Re: pxref,
Juri Linkov <=
- Re: pxref, Robert J. Chassell, 2005/10/28
- Re: pxref, Richard M. Stallman, 2005/10/29
- Re: pxref, Eli Zaretskii, 2005/10/27
- Re: pxref, Richard M. Stallman, 2005/10/27
- Re: pxref, Eli Zaretskii, 2005/10/25
- Re: pxref, Richard M. Stallman, 2005/10/25
- Re: pxref, Richard M. Stallman, 2005/10/23