projects
/
TestXSLT.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
release 2.8 checkin
[TestXSLT.git]
/
XSLTProcessor.h
diff --git
a/XSLTProcessor.h
b/XSLTProcessor.h
index
c2b60f2
..
432960a
100644
(file)
--- a/
XSLTProcessor.h
+++ b/
XSLTProcessor.h
@@
-16,8
+16,9
@@
enum {
enum {
PROCESSORTYPE_SABLOTRON = 1,
- PROCESSORTYPE_LIBXSLT = 2,
- PROCESSORTYPE_SAXON = 3,
+ PROCESSORTYPE_LIBXSLT,
+ PROCESSORTYPE_SAXON,
+ PROCESSORTYPE_XALAN_J,
};