generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<doc xml:base="one/two">
|
||||
<elem xml:base="http://example.org/one/two">
|
||||
http://example.org/one/two
|
||||
</elem>
|
||||
<elem xml:base="two2">
|
||||
ents/one/two2
|
||||
</elem>
|
||||
<elem xml:base="../one2/two">
|
||||
ents/one2/two
|
||||
</elem>
|
||||
<elem xml:base="../../../docs/one/two/three/four">
|
||||
docs/one/two/three/four
|
||||
</elem>
|
||||
</doc>
|
||||
@@ -0,0 +1,5 @@
|
||||
<t1 xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
start
|
||||
<xi:include href="#xpointer(/t1/text()[1])"/>
|
||||
end
|
||||
</t1>
|
||||
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE doc [
|
||||
<!ELEMENT doc (isid*)>
|
||||
<!ELEMENT isid EMPTY>
|
||||
<!ATTLIST isid myid ID #IMPLIED>
|
||||
]>
|
||||
<doc>
|
||||
<isid myid="dup"/>
|
||||
<isid myid="foo"/>
|
||||
<isid myid="bar"/>
|
||||
</doc>
|
||||
@@ -0,0 +1 @@
|
||||
is a test
|
||||
@@ -0,0 +1 @@
|
||||
invalid: ÿ
|
||||
@@ -0,0 +1 @@
|
||||
test with accents in ISO-8859-1: À Á é è
|
||||
@@ -0,0 +1,4 @@
|
||||
<!DOCTYPE refsect1 SYSTEM "issue733.dtd">
|
||||
<refsect1>
|
||||
<para id="a">Content 1</para>
|
||||
</refsect1>
|
||||
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE refsect1 SYSTEM "issue733.dtd">
|
||||
<refsect1>
|
||||
<para id="a">Content 2</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<!ATTLIST para id ID #IMPLIED>
|
||||
@@ -0,0 +1 @@
|
||||
this is some text in ASCII
|
||||
@@ -0,0 +1,5 @@
|
||||
<doc>
|
||||
<p>something</p>
|
||||
<p>really</p>
|
||||
<p>simple</p>
|
||||
</doc>
|
||||
@@ -0,0 +1,2 @@
|
||||
<sub-inc><xinc:include href="inc.txt" parse="text"
|
||||
xmlns:xinc="http://www.w3.org/2001/XInclude"/></sub-inc>
|
||||
Reference in New Issue
Block a user