Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the plump-sexp Reference Manual, version 0.1.0, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 14:41:50 2020 GMT+0.
• Introduction | What plump-sexp is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
Yet another SEXP to HTML thing. This time with Plump back-end.
(plump:serialize (plump-sexp:parse '((div :id "foo") (p "bar") "baz")))
=> <div id="foo"><p>bar</p>baz</div>
Of course, you can now also transform any kind of Plump document into such an SEXP tree:
(plump-sexp:serialize (plump:parse "<div id="bar"><p>foo</p>baz</div>"))
=> (:!ROOT ((:DIV :ID "bar") (:P "foo") "baz"))
If you have tags with case differences, you can also use strings for the tag and attribute names.
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The plump-sexp system |
Nicolas Hafner <shinmera@tymoon.eu>
Nicolas Hafner <shinmera@tymoon.eu>
(:git "https://github.com/shinmera/plump-sexp.git")
zlib
Turning SEXPs into a Plump DOM and back.
0.1.0
plump
plump-sexp.asd (file)
plump-sexp.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The plump-sexp.asd file | ||
• The plump-sexp/plump-sexp.lisp file |
Next: The plump-sexp/plump-sexp․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
plump-sexp.asd
plump-sexp (system)
Previous: The plump-sexp․asd file, Up: Lisp files [Contents][Index]
plump-sexp (system)
plump-sexp.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The plump-sexp package |
plump-sexp.lisp (file)
org.tymoonnext.plump.sexp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported generic functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Transform a list into a Plump-DOM.
Alternatively a pathname, stream or string may be passed as well, which will be READ to a list.
plump-sexp.lisp (file)
Serialize the given node into a SEXP form.
plump-sexp.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal functions |
Previous: Internal definitions, Up: Internal definitions [Contents][Index]
plump-sexp.lisp (file)
plump-sexp.lisp (file)
plump-sexp.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L P |
---|
Jump to: | F L P |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | F G M N P S T |
---|
Jump to: | F G M N P S T |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
P | |||
Package, plump-sexp : | The plump-sexp package | ||
plump-sexp : | The plump-sexp system | ||
plump-sexp : | The plump-sexp package | ||
| |||
S | |||
System, plump-sexp : | The plump-sexp system | ||
|
Jump to: | P S |
---|