Asumu Takikawa
dc609f46f0
Fix some docs. Add an example too.
2012-11-19 15:38:13 -05:00
Jay McCarthy
b6fc190c7a
Adding support for byte counting rather than char counting in XML
2012-10-12 17:15:13 -06:00
Matthew Flatt
7a8ebdab7b
add `xml/xexpr'
...
Exports `xexpr?' and `xexpr/c' without dependencies on the rest of
the `xml' library.
2012-09-11 17:17:38 -06:00
Matthew Flatt
3ecf06a8ba
generalize `xml/plist' to read/write any plist value
...
Merge to 5.3
2012-04-10 16:38:54 -06:00
Jay McCarthy
ce73175427
Changing the defaults for empty tag shorthand in XML
2012-01-25 16:48:11 -07:00
Jordan Schatz
36c720a28c
Small spelling error
2011-12-13 09:47:43 -05:00
Eli Barzilay
d61eb53686
Lots of documentation formatting.
...
Started as fixing misindented definitions, then more indentations, then
a bunch of similar things (square brackets, huge spaces at end-of-lines,
etc).
2011-08-15 07:50:04 -04:00
Jay McCarthy
6e59cbf1d7
Adding documentation and tests for xml/path
2011-07-24 16:58:59 -04:00
Jay McCarthy
df0e35b213
Adding the basics of the servlet testing library, but then discovered a weird error, and took a sidetrack to catch it. I'm making a commit to be able see if there were any real problems or if it is just broken tests
2011-07-24 16:58:59 -04:00
Ryan Culpepper
1b702a2ae3
docs reorganization
...
added tutorial, racket categories
relabeled some other categories
normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00
Jay McCarthy
af57e0419c
Fixes PR11793.
...
It was very hard to figure out why � is invalid. Both the XML 1.0 and 1.1 specs say that a CharRef can be '&#' [0-9]+ ';' (sec 4.1), but there is a note on the side that it must also be a valid Char. The Char definition (sec 2.2) then lays out which characters are valid. (The 1.0 and 1.1 specs disagree though.) I've gone with the 1.1 definition.
I did not update the rest of the reader to disallow those characters in pcdata segments. If this hurts you or you morally disagree, submit another PR, please.
2011-04-06 11:14:25 -06:00
Jay McCarthy
0714c7222c
Fixing PR11661
2011-01-27 13:38:16 -07:00
Jay McCarthy
9ad953c501
Adding efficient Xexpr writing
2010-12-07 14:14:51 -07:00
Jay McCarthy
801419693a
Default args to eliminate-whitespace
2010-06-21 12:48:26 -06:00
Jay McCarthy
7d1c7d874b
Changing unstable, xml, html, and web-server to be rackety
2010-04-28 13:21:30 -06:00
Jay McCarthy
ad53d3e60d
Renaming permissive? to permissive-xexprs based on Matthias suggestion
...
svn: r15237
2009-06-22 21:00:24 +00:00
Jay McCarthy
685c964a3e
Fix documentation error in grammar
...
svn: r15236
2009-06-22 20:38:30 +00:00
Jay McCarthy
f409c1e36d
Adding string->xexpr from troels
...
svn: r15233
2009-06-22 19:46:22 +00:00
Jay McCarthy
e29ebde466
typo
...
svn: r14449
2009-04-07 20:59:05 +00:00
Jay McCarthy
65c8b62652
pr6711
...
svn: r14129
2009-03-16 18:28:56 +00:00
Jay McCarthy
04cdd975e9
Fixing xml snip bug
...
svn: r14087
2009-03-13 14:55:37 +00:00
Jay McCarthy
5fda17741b
contracts and cleanup
...
svn: r13874
2009-02-27 20:29:48 +00:00
Jay McCarthy
196ec00f16
new units, contracts, tests
...
svn: r13852
2009-02-26 17:09:26 +00:00
Jay McCarthy
665e7220df
Updating docs re pr10081
...
svn: r13747
2009-02-19 18:10:49 +00:00
Jay McCarthy
88f65f052c
Fixing docs re pcdata
...
svn: r13745
2009-02-19 17:57:35 +00:00
Matthew Flatt
cebd9282b1
fix xml/plist, which doesn't use xexprs
...
svn: r13324
2009-01-30 14:38:44 +00:00
Jay McCarthy
9f48c1a4d2
xexpr/c usage
...
svn: r13316
2009-01-29 16:22:10 +00:00
Jay McCarthy
f27d2df5a2
xexpr/c
...
svn: r13315
2009-01-29 16:17:52 +00:00
Jay McCarthy
9281b6f2b5
Clarifying docs and adding test
...
svn: r13021
2009-01-06 15:55:34 +00:00
Jay McCarthy
5cc3b529a0
Re: Robby
...
svn: r12915
2008-12-20 17:42:38 +00:00
Matthew Flatt
cf8b75939b
trim some fat from module-variable references
...
svn: r12833
2008-12-13 17:38:14 +00:00
Matthew Flatt
9453aaaccf
assign authors to manuals
...
svn: r11287
2008-08-15 20:16:06 +00:00
Jay McCarthy
36d240345c
exn:fail from exn
...
svn: r9547
2008-04-30 19:28:20 +00:00
Matthew Flatt
d1c6669f0d
fix doc bug (PR 9314)
...
svn: r9415
2008-04-23 00:58:46 +00:00
Matthew Flatt
9ca65af282
xml docs
...
svn: r9321
2008-04-15 16:46:43 +00:00