You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Voytenko, Dimitry" <DV...@SECTORBASE.COM> on 2000/07/19 17:15:55 UTC

XPath and addon functions

Does anybody knows the reason why Xalan has such a limit for addon functions
in XPath?
  private static final int NUM_ALLOWABLE_ADDINS = 30;
...
  m_functions = new Function[NUM_BUILT_IN_FUNCS+NUM_ALLOWABLE_ADDINS];
...

30 is quite strange number!