You can follow the advise given in this post http://code.google.com/p/googleappengine/issues/detail?id=1367 Comment 21
It worked for me On Sep 6, 8:37 am, en <[email protected]> wrote: > Hi, > I am unable to suppress the output of the XML header processing > instruction even when I have explicitly set that option in the > stylesheet: > > <xsl:output method="xml" omit-xml-declaration="yes"/> > > This does not happen on the local dev app engine and occurs even when > method is set to "text".The errors appearing in the log are: > > <stderr>: SystemId Unknown; Line #2; Column #55; Failed calling > setOmitXmlDeclaration method > <stderr>: SystemId Unknown; Line #2; Column #55; Failed calling > setMethod method > > I am using Xalan 2.7.1. Thanks in advance for your insight. > > Rgs, > Eric. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
