commit | fb1a80758587eecaa912130640bd9f3ef0d0d7bf | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Tue Feb 02 11:39:05 2010 -0800 |
committer | Jesse Wilson <jessewilson@google.com> | Wed Feb 10 15:18:15 2010 -0800 |
tree | 4dec6ba9235f578bdd0c5f15c12211a7b80c8724 | |
parent | f497cd830793d994e8a9fbbd89d79493ef9612bc [diff] |
Fixing some of our XSLT implementation issues. These changes move our XSLT code to passing 1898/3173 of the OASIS tests. To contrast, the RI passes 2105/3173 tests. Highlights: - Implementing getTextContent() for nodes - Removing validation during transforms. We don't support validation! - Fixing attribute constraints to match the spec - Fixing test suite to not confuse BaseURI from NamespaceURI