mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Rewrite low level sax routines to move towards better support for subclassing
of sax handlers. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16778 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
83f5979a69
commit
fbf3bb6fd9
4 changed files with 302 additions and 121 deletions
|
@ -22,11 +22,11 @@
|
|||
|
||||
<!--
|
||||
plist is an XML language - Typical usage:
|
||||
<?xml version="1.0" encoding=\"UTF-8\"?>
|
||||
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN"
|
||||
"http://www.gnustep.org/plist-0_9.xml">
|
||||
<plist>
|
||||
</plist>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN"
|
||||
"http://www.gnustep.org/plist-0_9.xml">
|
||||
<plist>
|
||||
</plist>
|
||||
-->
|
||||
|
||||
<!ENTITY % item "(array | data | date | dict | false | integer | real | string | true)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue