Code
Results 1 - 10 of about 10,500. (0.09 seconds)
     1: ;;; libxml-doc.el - look up libxml-symbols and start browser on documentation
        
    66: ;; Thu May 31 2001 (Geert):
        ;;       - Changed the `gnome-xml-' html file prefix into `libxml-'.
        ;;       - Changed the 'word match from thing-at-point into 'symbol.
     1: ;;; xml-parse --- code to efficiently read/write XML data with Elisp
        
     7: ;; Created: Feb 15, 2001
        ;; Keywords: convenience languages lisp xml parse data
        ;; URL: http://www.gci-net.com/~johnw/emacs.html
     1: ; $Id: xml-mode.el,v 1.2 2000/08/29 13:51:11 connolly Exp $
        
    62: (defvar xml-specials '(?\" ?-)
          "List of characters that have a special meaning for xml-mode.
        This list is used when first loading the xml-mode library.
    44: (defconst nxml-ns-initial-state
          (list (list nil (cons "xml" nxml-xml-namespace-uri)))
          "A list to be used as the initial value of nxml-ns-state.  This
        represents the state with no open elements and with the default
        namespace bindings (no default namespace and only the xml prefix bound).")
        
     2: ;;;;
        ;;;; $Id: xml-struct-dom.lisp,v 1.3 2005/09/20 09:57:48 scaekenberghe Exp $
        ;;;;
    13: (in-package :s-xml)
        
        ;;; xml-element struct datastructure and API
     1: ; Bind file suffixes to xml-mode
        ;
    13:     )
          "XML Style for the Gallery Project")
        
     2: ;;;;
        ;;;; $Id: xml.lisp,v 1.16 2006/01/31 11:44:15 scaekenberghe Exp $
        ;;;;
     8: ;;;; The API into the parser is a pure functional parser hook model that comes from SSAX,
        ;;;; see also http://pobox.com/~oleg/ftp/Scheme/xml.html or http://ssax.sourceforge.net
        ;;;; Different DOM models are provided, an XSML, an LXML and a xml-element struct based one.
common-lisp.net/project/s-xml/cvsroot/s-xml - Unknown - Lisp - More from s-xml »
    40:   '(jde-bug-raise-frame-p t)
          '(jde-db-option-application-args (quote ("-IN" "/share/xsl/docbook/test/exttest.xml" "-XSL " "/share/xsl/docbook/test/exttest.xsl")) t)
          '(jde-javadoc-gen-nonavbar nil)
    76: ... -option-classpath (quote ("/share/xsl/docbook/extensions/xalan2/.classes" "/projects/apache/xml-xalan/java/build/classes" "/projects/apache/xm ...
   112: ...  "\"}\" '>" "'>'n \"public void mouseReleased(MouseEvent e) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>" "'>'n \"});\"'>'n'>")))
         '(jde-run-option-application-args (quote ("-IN" "test.xml" "-XSL" "test.xsl")) t)
         '(jde-bug-vm-executable (quote ("java")))
    18: ;;
        ;; This file contains a minor mode `xmlpe-mode' that can be used to
        ;; edit part of an XML file, but still use the DTD.  This is
        ;; accomplished by adding a header and a footer so that the part to
        ;; edit is in the correct XML context.  When nxml-mode is used as the
        ;; major mode syntax can now be checked.
github.com/technomancy/emacs-starter-kit.git - GPL - Lisp - More from emacs-starter-kit.git »
     1: ;; xml-stream.el --- Simple XML stream support for Emacs
        
    33: ;; (require 'xml-stream)
        ;;
    50: ;; Internal names are xs-FOO, external names are xml-stream-FOO.
        


Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code

©2009 Google - Privacy