Hi Nils,
You can write a Java extension for using JDK's regex facility. I
tested successfully the following example with JDK 1.5.0_04 and
Xalan-J 2.7.0.
Java Class
import java.util.regex.Pattern;
public class RegExHelper {
public static String matches(String regex, String inp
To
xalan-j-users@xml.apache.org
cc
Subject
Extension for regexp on Xalan and XSLTC
Hello,
I am searching for an extension class to add regular _expression_ support
to Xalan and XSLTC. Can anyone point me to such resource?
Of course best case would be to support the EXSLT syntax.
Thx,
Nils
Hello,
I am searching for an extension class to add regular _expression_ support
to Xalan and XSLTC. Can anyone point me to such resource?
Of course best case would be to support the EXSLT syntax.
Thx,
Nils