r447 | daldei | 2010-06-11 09:20:46 EDT Added "require" attribute to external modules to enforce dependancy on core runtime version. Bumped version to 1.0.6 ---------------------------------------------------------------------------- r445 | daldei | 2010-06-10 14:40:25 EDT Fixed a few cases where reading strings from input streams was not using the shell encoding settings. Fixed xurlencode for stdin case (wasnt encoding) Added new command xurldecode ---------------------------------------------------------------------------- r444 | daldei | 2010-06-10 12:35:29 EDT Fixed some issues with quoting and escaping quotes within single and double quotes. Added xurlencode command. ---------------------------------------------------------------------------- r442 | daldei | 2010-06-10 09:58:24 EDT Added -H alias to -add-headers option to http Fixed -add-headers in http (wasnt being recognized) Fixed $<() expression so that if the output is from a text oriented command it parses the text as a XML document Added _HEADERS global variable to httpserver ---------------------------------------------------------------------------- r440 | daldei | 2010-06-10 08:06:53 EDT Fix {$var} expression so it doesnt attempt to expand wildcards (glob) or words ---------------------------------------------------------------------------- r439 | daldei | 2010-06-04 15:09:36 EDT Added -b option to xquery, similar to xpath, for boolean tests. ---------------------------------------------------------------------------- r438 | daldei | 2010-06-03 14:18:12 EDT Fixes to xunquote so it handles bare encoded strings properly. ---------------------------------------------------------------------------- r437 | daldei | 2010-06-02 14:52:41 EDT Fix xproperties so that it ignores DTDs otherwise on write the StAX layer tries to validate the DTD and actually pings java.com ---------------------------------------------------------------------------- r436 | daldei | 2010-06-02 08:04:50 EDT Rewrote xcat so that it is streamable. ---------------------------------------------------------------------------- r435 | daldei | 2010-05-31 18:53:16 EDT Added -trim option to csv2xml ----------------------------------------------------------------------------