SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

nitial aims

While using whizzytex, I've had an urge to edit DocBook XML just like when using whizzytex. To achieve that goal, I worked on the problem through the first days of year 2003. First, HTML editing was implemented, and later DocBook XML was implemented. Solution

Using emacs lisp, I used post-command-hook to detect changes in the buffer, and to send information to C program, which uses heuristics to signal mozilla to reload buffer. In loading HTML file to mozilla, emacs uses elserv to provide the currently editing buffer without saving to a file.

To implement DocBook processing, part of the XML that is relevant to the current cursor position is cut out, and served to xsltproc through elserv, and xsltproc gives out the HTML to mozilla. Analysis

It is not very interactive as whizzytex is, but it is quite decently interesting.

It allows use of psgml mode and also allows use of mozilla rendering.

However, qemacs looks much better...


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.