summaryrefslogtreecommitdiff
path: root/tests/general/itemschoose.out
AgeCommit message (Collapse)AuthorFilesLines
2001-07-09fixed exclude-result-prefixes handling and how namespaces propagate fromDaniel Veillard1-8/+8
* libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h: fixed exclude-result-prefixes handling and how namespaces propagate from the stylesheet to the result in general, this is a serious cleanup. * tests/general/bug-3[67]-inc.xsl tests/general/bug-6-.xsl tests/general/itemschoose.out tests/namespaces/extra.xsl tests/REC/test-10-1.xsl tests/REC/test-10-2.xsl tests/REC/test-11.2-1.xsl tests/REC/test-11.2-2.xsl tests/REC/test-11.2-6.xsl tests/REC/test-15-1.xsl tests/REC/test-16.1-1.xsl tests/REC/test-16.1-2.xsl tests/REC/test-5.4-1.out tests/REC/test-5.4-2.out tests/REC/test-5.4-3.out tests/REC/test-5.4-4.out tests/REC/test-7.1.1-2.out tests/REC/test-7.1.1-2.xsl tests/REC/test-7.1.1-3.out tests/REC/test-7.1.1-3.xsl tests/REC/test-7.1.1.out tests/REC/test-7.1.3.xsl tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl tests/REC/test-7.6.1-1.xsl tests/REC/test-7.6.1-2.xsl tests/REC/test-7.6.1-3.xsl tests/REC/test-7.6.2-1.xsl: fixed and rechecked all the tests where the namespace propagation was wrong either taht the rules were not applied correctly or that superfluous namespaces were declared in the stylesheets Daniel
2001-02-01Added more test stuff and tested xsl:choose:Daniel Veillard1-0/+35
- FEATURES: updated choose/when/otherwise added - libxslt/transform.c: plugged choose in - configure.in tests/Makefile.am tests/REC/Makefile.am tests/docs/Makefile.am tests/docs/items.xml tests/general/Makefile.am tests/general/itemschoose.*: started adding a more generic infrastructure for testing. Daniel