Commit graph

1088 commits

Author SHA1 Message Date
jez
94d5a26c6c skip test for two arg version of document() - not yet implemented 2009-03-27 08:30:28 +00:00
jez
27fc312bde Excluded a Stylesheet test case 2009-03-27 08:19:45 +00:00
jez
896cb2ffea key as match pattern now runs 2009-03-26 16:50:44 +00:00
jez
4f28c8ae71 key as match pattern now runs - woo 2009-03-23 19:38:59 +00:00
jez
0a6f2071eb Id and Key match patterns now compile 2009-03-23 19:08:04 +00:00
jez
3aaa4de937 working on the IdKey match pattern - currently crashes
include MS Import tests
xsl:stylesheet can have an id attribute
expected fails for Keys
added MS Keys tests
allow whitespace within xsl:output
2009-03-17 21:10:53 +00:00
jez
83cd0cd15b working on the IdKey match pattern - currently crashes 2009-03-17 21:08:26 +00:00
jez
1a33572c06 include MS Import tests 2009-03-17 19:07:38 +00:00
jez
9f4c8d213a xsl:stylesheet can have an id attribute 2009-03-17 19:07:00 +00:00
jez
72939c397a expected fails for Keys 2009-03-17 15:57:20 +00:00
jez
c3615c265b added MS Keys tests 2009-03-17 09:07:38 +00:00
jez
67e8a31360 allow whitespace within xsl:output 2009-03-17 09:07:22 +00:00
jez
128916c133 Makefile.am fix 2009-03-13 20:24:36 +00:00
jez
334317f422 filename case fixes 2009-03-12 20:00:35 +00:00
jez
8c91f2394f gearing up for a release 2009-03-12 13:22:15 +00:00
jez
6d7f9aafae Makefile corrections 2009-03-12 13:21:48 +00:00
jez
8cadf886d0 Got Taggle test passing.
Rework Taggle's internal Element class to use a reference counting scheme, 
so it's passed around by reference, rather than y value (and hence having lots of copying).  I think the ref-counting is correct, but I haven't checked it yet.
2009-03-12 09:49:45 +00:00
U-isla\jez
4ebfe4614d got sense test passing 2009-03-11 18:23:17 +00:00
jez
55e7094204 whitespace changes 2009-03-09 22:52:34 +00:00
jez
aba1deb76b started quick Taggle sense test 2009-03-09 21:29:32 +00:00
jez
e26f2fc5f8 Fixed - had committed a bad file 2009-03-05 23:39:06 +00:00
jez
654e27b23f tweaked relativising file paths 2009-03-05 23:13:47 +00:00
jez
8f97c52f8a added copy constructor to KeyFunction::UriMapper - some compilers want to copy, while the cooler ones can optimise that copy away :) 2009-03-04 20:34:30 +00:00
jez
4eeda060a6 Merge more train-work, mainly around xsl:keyt and key() implementation 2009-03-04 12:43:45 +00:00
jez
3389a61f7f more relative uri tests 2009-03-04 12:42:48 +00:00
jez
e5f7291d57 Updated reasons why some tests don't compile 2009-03-04 12:42:24 +00:00
jez
b01c03f591 exclude attributes in the XSL namespace from literal elements 2009-03-03 18:15:34 +00:00
jez
b6c83a0028 corrected key population when use is a union 2009-03-03 08:12:26 +00:00
jez
bbe3f44d8c run select tests that use key() 2009-03-03 08:00:49 +00:00
jez
9ddbb95491 implemented nodeset version of key() 2009-03-03 07:58:29 +00:00
jez
88150c062e use NodeSet.to_document_order instead of sort 2009-03-03 07:58:14 +00:00
jez
340093a56d updated to run xsl:key/key() tests 2009-02-27 17:10:23 +00:00
jez
a7f00e0778 Finishing xsl:key/key() implementation. 2009-02-27 16:49:09 +00:00
jez
d7602d5a7d Windows compatibility fix - it defines min as a macro, so use bracket function call to defeat it 2009-02-26 14:38:23 +00:00
jez
e33535905a propagating qualified name changes 2009-02-26 14:04:41 +00:00
jez
4af8e6472e keys stored on a per-document basis, as per the end of rec 12.2 2009-02-26 10:30:16 +00:00
jez
8cb5109ac1 keys now look something up. yay! 2009-02-26 10:16:49 +00:00
jez
ff835d03c0 Pass inscope namespaces to key functions so it can resolve key names at runtime
key() now works (bar nodeset argument)
just need to do the key lookup
2009-02-26 09:32:55 +00:00
jez
b494ffe317 added push_back(NodeSet) 2009-02-26 09:32:02 +00:00
jez
9b70ca5187 rather large commit, propagating the QualifiedName changes through the NamespaceSupport and Tracker, simplifying item names in XSLT and so on. 2009-02-24 12:21:35 +00:00
jez
49e892a325 QName refactoring 2009-02-23 22:03:09 +00:00
jez
c0659319c4 switch NamespaceSupport over to use QualifiedName 2009-02-23 22:02:17 +00:00
jez
4030057c74 propogating recent edits through 2009-02-23 19:43:20 +00:00
jez
a958b03544 parameterised XML string tests on string_adaptor
hooked into qname parsing
2009-02-23 19:23:12 +00:00
jez
1620541fb8 added another qname parsing test 2009-02-23 18:42:52 +00:00
jez
412a7f2204 initial version of parseQName 2009-02-23 09:14:35 +00:00
jez
31b8d99a83 parameterised QualifiedName 2009-02-23 08:38:50 +00:00
jez
32bc0e6597 decided to go with prefixes after all 2009-02-23 07:57:24 +00:00
jez
46d51800aa Fix to uri parsing so that something like
http://www.google.com
finishes up with www.google.com as the host, and not the path.
Yay.
2009-02-20 23:00:01 +00:00
jez
2fd1f52ace starting xsl:key/key()
started qnmae refactoring
2009-02-18 22:48:35 +00:00