Re: [dom4j-user] Problem with formatdate function

2009-08-10 Thread Bokerão
Yeah. I already solve the problem. The one letter in "formatdate" string need to be in uppercase like "formatDate" So, as this is a common function of EXSLT I think the XSLT Processor found the function without any problem. Thanks Raphael Cabral 2009/8/10 Filip Jirsák > Hello, > it has nothin

Re: [dom4j-user] Problem with formatdate function

2009-08-10 Thread Filip Jirsák
Hello, it has nothing to do with DOM4J, it is problem of your XSLT library, probably Xalan. Filip Jirsák 2009/8/10 Bokerão : > Hi Guys. > > I'm using the DOM4J API to transform the XML that I have with some XSL > files. > > Well, my XSL file have the follow line: > > > > > But when I use this

[dom4j-user] Problem with formatdate function

2009-08-10 Thread Bokerão
Hi Guys. I'm using the DOM4J API to transform the XML that I have with some XSL files. Well, my XSL file have the follow line: But when I use this line I get this error: Cannot find external method 'com.sun.org.apache.xalan.internal.lib.ExsltDatetime.formatdate' (must be public).' Someone a