release 2.8 checkin
[TestXSLT.git] / XSLTProcessor.h
index c2b60f2..432960a 100644 (file)
@@ -16,8 +16,9 @@ enum {
 
 enum {
        PROCESSORTYPE_SABLOTRON = 1,
-       PROCESSORTYPE_LIBXSLT = 2,
-       PROCESSORTYPE_SAXON = 3,
+       PROCESSORTYPE_LIBXSLT,
+       PROCESSORTYPE_SAXON,
+       PROCESSORTYPE_XALAN_J,
 };