Return-Path: Delivered-To: apmail-xml-general-archive@xml.apache.org Received: (qmail 95804 invoked by uid 500); 8 Jun 2001 16:13:16 -0000 Mailing-List: contact general-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: general@xml.apache.org Delivered-To: mailing list general@xml.apache.org Received: (qmail 95653 invoked from network); 8 Jun 2001 16:13:10 -0000 Message-ID: <3B20F98C.E4C9612E@firstech.com> Date: Fri, 08 Jun 2001 09:13:00 -0700 From: Gary L Peskin Organization: The Firstech Corporation X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: general@xml.apache.org, Xalan Development Subject: Re: getting rid of META tag in HTML output References: <20010608.9383596@wshd102.system-entwicklung.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, Dietrich -- I'd like to take this discussion over to the Xalan list since it is Xalan-related. There is currently no way to omit the META tag from being generated. For now, you'll have to see why JEditorPane doesn't like it and possibly fool around with the charset encoding or something. You might to fool around with some of the other xsl:output attributes as well. I'd like to implement a xalan:omit-meta-tag attribute which would take a value of "yes" or something else. If the value of the attribute is "yes", the meta tag would be omitted entirely. Could you please add this as an enhancement request to bugzilla if it's not there already and I'll have a look. Thanks, Gary Dietrich Schulten wrote: > > Hi, > > It turned out that JEditorPane stumbles upon the META tag that is > generated by xalan-j 2. > > While this might be a problem with my use of JEditorPane, can I get rid > of the META tag at all? > > I'm transforming to HTML using xalan-j 2 and receive a META tag > > > > Here's the beginning of my stylesheet: > > xmlns:Clouseau= > "http://www.system-entwicklung.de/catalog/clouseau" > version="1.0" > exclude-result-prefixes="Clouseau" > > > omit-xml-declaration="yes" /> > > Without xsl:output I get a different META tag, IIRC with an UTF-8 > charset. > > Greetings > Dietrich --------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: general-unsubscribe@xml.apache.org For additional commands, e-mail: general-help@xml.apache.org