Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
s-xml
s-xml
Commits
25b4da38
Commit
25b4da38
authored
Jun 30, 2004
by
Sven Van Caekenberghe
Browse files
added some exports (get-attribute[s])
parent
293f0480
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/package.lisp
View file @
25b4da38
;;;; -*- mode: lisp -*-
;;;;
;;;; $Id:
xml
.lisp,v 1.1
9
2004/06/0
4 08:10:09 sven
Exp $
;;;; $Id:
package
.lisp,v 1.1
.1.1
2004/06/0
7 18:49:57 scaekenberghe
Exp $
;;;;
;;;; This is a Common Lisp implementation of a very basic XML parser.
;;;; The parser is non-validating and not at all complete (no CDATA).
...
...
@@ -29,6 +29,7 @@
#:print-xml-dom
#:print-xml
#:print-xml-string
;; xml-element structure
#:make-xml-element
#:xml-element-children
#:xml-element-name
#:xml-element-attribute
#:xml-element-attributes
#:xml-element-p
#:new-xml-element
#:first-xml-element-child
)
(
:documentation
"A simple XML parser with an efficient, purely functional, event-based interface as well as a DOM interface"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment