I'm new to Xalan. I have developed some generic xalan c++ extensions that I think will be very useful to xalan-c users. They are:
encode-uri: %-encodes the input string, very similar to exslt:encode-uri current-time: gives the current time in w3c format, also takes timezone as an optional argument strftime: similar to strftime(3), but takes the time in w3c format. format-time: similar to strftime, but takes ICU format. The above functions are already being used at Yahoo!, the company I currently work for. Let me know whether I should contribute this to Xalan. David
