-
oleg committed patchset 237 of module SSAX to the S-exp-based XML parsing/query/conversion CVS repository, changing 5 files.
2009-03-16 03:08:58 UTC by oleg
-
oleg committed patchset 236 of module SSAX to the S-exp-based XML parsing/query/conversion CVS repository, changing 1 files.
2009-03-11 04:13:56 UTC by oleg
-
lizorkin committed patchset 112 of module sxml-tools to the S-exp-based XML parsing/query/conversion CVS repository, changing 2 files.
2009-03-06 15:27:51 UTC by lizorkin
-
oleg committed patchset 235 of module SSAX to the S-exp-based XML parsing/query/conversion CVS repository, changing 1 files.
2008-11-22 05:06:54 UTC by oleg
-
lizorkin committed patchset 111 of module sxml-tools to the S-exp-based XML parsing/query/conversion CVS repository, changing 1 files.
2008-11-07 08:36:28 UTC by lizorkin
-
oleg committed patchset 234 of module SSAX to the S-exp-based XML parsing/query/conversion CVS repository, changing 1 files.
2008-10-09 02:51:32 UTC by oleg
-
oleg committed patchset 233 of module SSAX to the S-exp-based XML parsing/query/conversion CVS repository, changing 1 files.
2008-07-22 11:16:01 UTC by oleg
-
lizorkin committed patchset 110 of module sxml-tools to the S-exp-based XML parsing/query/conversion CVS repository, changing 2 files.
2008-01-18 09:29:09 UTC by lizorkin
-
lizorkin committed patchset 109 of module sxml-tools to the S-exp-based XML parsing/query/conversion CVS repository, changing 5 files.
2008-01-11 14:08:09 UTC by lizorkin
-
Hello!
Can somebody explain what is the difference between sxpath and txpath?
At the first view txpath is standart textual XPath representation, and sxpath is s-expressions based XPath query (or mixed XPath query). But I have confused that the following code is valid:
(write ((sxpath "/a/*/../*") doc))(newline)
(write ((txpath "/a/*/../*") doc))(newline)
(In DDO the...
2007-05-11 12:56:19 UTC by m02meg