I grabbed a XML transform filter from:
developer.java.sun.com/.../tt0626.html
It seems to work fine on files but when I try to stream data to it
from a servlet it bombs with:
javax.xml.transform.TransformerException: The element type "customer-
line-SSN-EIN" must be terminated by the matching end-tag "".
This is stange because if I turn the filter off and run the servlet
IE renders the xml fine. The kicker is when I save the output from
view source to a file and reconfigure the filter for the file it
transforms with no problems. This tells me that the xml and the xsl
are fine.
Has anyone seen this one?