2: ;;;; 3: ;;;; $Id: xml.lisp,v 1.16 2006/01/31 11:44:15 scaekenberghe Exp $ 4: ;;;;
8: ;;;; The API into the parser is a pure functional parser hook model that comes from SSAX, 9: ;;;; see also http://pobox.com/~oleg/ftp/Scheme/xml.html or http://ssax.sourceforge.net 10: ;;;; Different DOM models are provided, an XSML, an LXML and a xml-element struct based one.
1: ;; my-indent/xml.el --- indent rules for xml-mode 2:
29: (setq my-indent-exp-xml 30: (my-indent-build-exps (let* ((main (list t))
45: (defun my-indent-xml () 46: "Indent current line as xml source text."
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2010 Google - Privacy