Skip to content

Commit

Permalink
Nokogiri goes batshit with DTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Nov 19, 2010
1 parent 3b2e20c commit 1fa7674
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions core2.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE repository [
<!ELEMENT repository (ANY)>
<!ATTLIST repository
version CDATA #REQUIRED
name CDATA #REQUIRED
type CDATA #REQUIRED
>

<!ELEMENT mirrors (mirror*)>
<!ELEMENT mirror (#PCDATA)>

<!ELEMENT packages (ANY)>
<!ELEMENT package (build*)>
<!ATTLIST package
name CDATA #REQUIRED
>
<!ELEMENT build (flavors?, features?)>
]>

<repository version="1.0" name="universe-core2" type="binary">
<mirrors>
<mirror>http://localhost:81/universe</mirror>
Expand Down

0 comments on commit 1fa7674

Please sign in to comment.