summaryrefslogtreecommitdiff
path: root/result/ns4
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-01-03 11:08:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-01-03 11:08:02 +0000
commit686d6b6ab1b9345c1fbeed23696d5f74153a24b2 (patch)
tree21e393da4a6ec9d80e27222996c2705eb38bce07 /result/ns4
parent5e5c62351f88ed07e3a67cf3735bf3ae290eb03d (diff)
downloadlibxml2-686d6b6ab1b9345c1fbeed23696d5f74153a24b2.tar.gz
- added xmlRemoveProp
- changed the way Windows socket stuff get included - removed an indetermination xmLDecl/PI(xml...) - xmlNewNs wasn't checking for double definition - fixed a problem with dist-hook duplicates - fixed the loading of external entities APIs, now xmlLoadExternalEntity() is used everywhere - now the xhtml spec validates with the xhtml DTD. - error.c: fixed crashes in case of no input stream - added the xhtml spec and dtds to the validation tests and results Daniel
Diffstat (limited to 'result/ns4')
-rw-r--r--result/ns424
1 files changed, 23 insertions, 1 deletions
diff --git a/result/ns4 b/result/ns4
index fb7bc3e7..fb372432 100644
--- a/result/ns4
+++ b/result/ns4
@@ -1,2 +1,24 @@
<?xml version="1.0"?>
-<diagram xml:lang="en" xml:link="simple" xml:space="preserve" testattr="test"/>
+<!DOCTYPE doc SYSTEM "doc.dtd">
+<?xml-stylesheet type="text/xml"
+href="#style1"?>
+<doc>
+ <head>
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" id="style1" version="1.0">
+ <xsl:import href="doc.xsl"/>
+ <xsl:template match="id(&apos;foo&apos;)">
+ <fo:block font-weight="bold">
+ <xsl:apply-templates/>
+ </fo:block>
+ </xsl:template>
+ <xsl:template match="xsl:stylesheet">
+<!-- ignore -->
+ </xsl:template>
+ </xsl:stylesheet>
+ </head>
+ <body>
+ <para id="foo">
+...
+</para>
+ </body>
+</doc>