From: Stephanie Zohner > Hi, > > I need your help. > > I get a Translet-Exception due to an EmptyStackException when > I try to apply the SourceWriteTransformer on a XSP generated > XML-Stream. > > Here is my sitemap fragment: > > <map:match pattern="config"> > <map:generate type="serverpages" src="config-form2.xsp"/> > <map:transform type="xslt" src="save.xsl"/> > <map:transform type="write-source"/> > <map:serialize type="xml"/> > </map:match> > > However when I save the output of the xsp logicsheet > manuelly, and apply the SourceWriteTrasformer on it, > everything works fine. > > Does anybody have an idea, what I did wrong?
Only a guess, but maybe it's a problem with XSLTC. Please try Xalan as XSLT-Transformer. Reinhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
