[Gestalt-users] crashing
Status: Alpha
Brought to you by:
colin-adams
From: Colin P. A. <co...@co...> - 2004-12-03 11:42:53
|
Bruce>I downloaded the OS X binary, but it crashes on everything I throw at Bruce> it. Do you have test stylesheets that work on your end? When you saying crashing, if you get anything other than: segmentation fault as output, can you post it here? Feel free to submit reports to the BUGS tracker on the website - you can upload stylesheets and test files there. If you do that, I can see what I can do about fixing the problems. Anyway, try an identity transform: <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/" > <xsl:copy-of select="."/> </xsl:template> </xsl:transform> on a small test file. If this doesn't work, then there is a SERIOUS problem. -- Colin Paul Adams Preston Lancashire |