Skip to content
Snippets Groups Projects
Commit ffd8fe3d376b authored by Kasimier T. Buchcik's avatar Kasimier T. Buchcik
Browse files

Fixed incorrect regression tests/results.

* tests/docs/bug-54.xml tests/general/bug-54.out
  tests/general/bug-99.out tests/general/bug-136.out
  tests/REC/test-7.1.3.xsl tests/REC/test-7.1.4.xsl
  tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl:
  Fixed incorrect regression tests/results.
parent 2abbcc26f0b0
No related branches found
No related tags found
No related merge requests found
Wed Jun 21 15:13:27 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
* tests/docs/bug-54.xml tests/general/bug-54.out
tests/general/bug-99.out tests/general/bug-136.out
tests/REC/test-7.1.3.xsl tests/REC/test-7.1.4.xsl
tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl:
Fixed incorrect regression tests/results.
Mon Jun 19 13:33:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
* libxslt/attributes.c libxslt/attrvt.c libxslt/namespaces.c
......
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="doc">
<doc>
......
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="chapter/heading">
<fo:block quadding="start" xsl:use-attribute-sets="title-style">
......
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="doc">
<doc>
......
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="doc">
<doc>
......
<?xml version="1.0"?>
<all>
<one xmlns="http://www.test1.com">1</one>
<two xmlns="http://www.test2.com">2</two>
</all>
<all><one xmlns="http://www.test1.com"></one><two xmlns="http://www.test2.com"></two></all>
<?xml version="1.0"?>
<ns1:foobar xmlns:ns1="http://some/namespace/uri"/>
<foobar xmlns="http://some/namespace/uri"/>
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:libxslt="http://xmlsoft.org/XSLT/namespace" xmlns:test1="http://www.test1.com" xmlns:test2="http://www.test2.com" xmlns="http://www.test1.com">
</root>
<root xmlns:libxslt="http://xmlsoft.org/XSLT/namespace" xmlns:test1="http://www.test1.com" xmlns:test2="http://www.test2.com"/>
<?xml version="1.0"?>
<doc xmlns="ns1" xmlns:ns1="ns1" ns1:attr="foo!"/>
<doc xmlns="ns1" xmlns:ns_1="ns1" ns_1:attr="foo!"/>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment