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
365d6ec2
Commit
365d6ec2
authored
Feb 03, 2005
by
Sven Van Caekenberghe
Browse files
extended with old messages
parent
4ccdc76b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
0 → 100644
View file @
365d6ec2
2005-01-22 Sven Van Caekenberghe <svc@mac.com>
* release 5 (cvs tag RELEASE_5)
* added :start and :end keywords to print-string-xml
* fixed a bug: in a tag containing whitespace, like <foo> </foo> the parser collapsed
and ingnored all whitespace and considered the tag to be empty!
this is now fixed and a unit test has been added
* cleaned up xml character escaping a bit: single quotes and all normal whitespace
(newline, return and tab) is preserved a unit test for this has been added
* IE doesn't understand the ' XML entity, so I've commented that out for now.
Also, using actual newlines for newlines is probably better than using #xA,
which won't get any end of line conversion by the server or user agent.
June 2004 Sven Van Caekenberghe <svc@mac.com>
* release 4
* project moved to common-lisp.net, renamed to s-xml,
* added examples counter, tracer and remove-markup, improved documentation
13 Jan 2004 Sven Van Caekenberghe <svc@mac.com>
* release 3
* added ASDF systems
* optimized print-string-xml
10 Jun 2003 Sven Van Caekenberghe <svc@mac.com>
* release 2
* added echo-xml function: we are no longer taking the car when
the last seed is returned from start-parse-xml
25 May 2003 Sven Van Caekenberghe <svc@mac.com>
* release 1
* first public release of working code
* tested on OpenMCL
* rewritten to be event-based, to improve efficiency and
to optionally use different DOM representations
* more documentation
end of 2002 Sven Van Caekenberghe <svc@mac.com>
* release 0
* as part of an XML-RPC implementation
$Id$
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