You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by co...@eng.sun.com on 2000/08/31 03:32:45 UTC

StringToStringTable

Hi,

I was playing with xalan options and it seems -LXCOUT doesn't work.
The fix is very simple: make StringToStringTable serializable.

< public class StringToStringTable

> public class StringToStringTable implements java.io.Serializable

Costin