Experiment with porting SGML to YAP, and trying to preserve SWI code as much

as possible.
This commit is contained in:
Vitor Santos Costa
2009-03-13 19:39:06 +00:00
parent 754f00d311
commit d6a06fe092
260 changed files with 31894 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version='1.0'?>
<!-- Test attribute-bag -->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:s="http://description.org/schema/">
<rdf:Description about="http://www.swi.psy.uva.nl/projects/xpce/">
<s:Creator>
<rdf:Bag>
<rdf:li>Jan Wielemaker</rdf:li>
<rdf:li>Anjo Anjewierden</rdf:li>
</rdf:Bag>
</s:Creator>
</rdf:Description>
</rdf:RDF>