-
Notifications
You must be signed in to change notification settings - Fork 86
sxml document
Chris Petersen edited this page Oct 16, 2015
·
1 revision
The function accepts a filename or a Uniform Resource Identifier (URI) of the requested XML/HTML document and returns the SXML document being the SXML representation for the requested one. It provides a convenient wrapper for the XML parser (SSAX), the HTML parser (HtmlPrag) and remote resource accessor. Depending on the requested document type, the appropriate parser (either XML one or HTML one) is chosen automatically.
Parameter | Description |
---|---|
uri | URI or filename of XML/HTML document |
> (sxml:document "http://modis.ispras.ru/Lizorkin/XML/poem.xml")
(*TOP* (*PI* xml "version='1.0'")
(poem (@ (title "The Lovesong of J. Alfred Prufrock") (poet "T. S. Eliot"))
(stanza (line "Let us go then, you and I,")
(line "When the evening is spread out against the sky")
(line "Like a patient etherized upon a table:"))
(stanza (line "In the room the women come and go") (line "Talking of Michaelangelo."))))
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip