RE: tomcat exception caused by x-tags

2004-05-20 Thread Klimenko, Mariya
Already got it fixed, thanks.  Also, Tomcat made its own copy ([EMAIL PROTECTED]) so 
had to
fix that as well.
Thanks for all your help.

-Original Message-
From: David Goodenough [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 2:01 PM
To: [EMAIL PROTECTED]
Subject: Re: tomcat exception caused by x-tags


I had the same problem with the IO taglib, and I just edited the tld to
remove it,  but remember that you need to edit the copy in the JAR
file as well.

David

On Wednesday 19 May 2004 14:25, Klimenko, Mariya wrote:
 Do you by chance know how to configure it?
 Thanks.
 Mariya.

 -Original Message-
 From: Emmanuil Batsis (Manos) [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 19, 2004 9:20 AM
 To: Tag Libraries Users List
 Subject: Re: tomcat exception caused by x-tags


 I dont really know what the problem is, but it seems like the (SAX?)
 parser reading the XML has XML namespaces feature turned off. Should be
 configurable somewhere?

 Klimenko, Mariya wrote:
  I am working on struts application on eclipse.  I need to display xml
  file marshalled by an action through a jsp.  For this purpose I am trying
  to use x-tags.
 
  This is what I get trying to start Tomcat: ERROR [main]
  (Digester.java:1434) - Parse Error at line 6 column 50: Attribute
  xmlns:xalan must be declared for element type taglib.
  org.xml.sax.SAXParseException: Attribute xmlns:xalan must be declared
  for element type taglib.
 
  This is what I think is causing the exception: taglib
  xmlns:xalan=http://xml.apache.org/xslt; in the tld file.  Where to
  fing this required namespace, I don't know.  I looked but could not find
  it. Please help.
  Thanks.
  Mariya.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat exception caused by x-tags

2004-05-19 Thread Emmanuil Batsis (Manos)
I dont really know what the problem is, but it seems like the (SAX?) 
parser reading the XML has XML namespaces feature turned off. Should be 
configurable somewhere?

Klimenko, Mariya wrote:
I am working on struts application on eclipse.  I need to display xml file
marshalled by an action through a jsp.  For this purpose I am trying to use
x-tags.
This is what I get trying to start Tomcat: ERROR [main] (Digester.java:1434) -
Parse Error at line 6 column 50: Attribute xmlns:xalan must be declared for
element type taglib.
org.xml.sax.SAXParseException: Attribute xmlns:xalan must be declared for
element type taglib.
This is what I think is causing the exception: taglib
xmlns:xalan=http://xml.apache.org/xslt; in the tld file.  Where to fing this
required namespace, I don't know.  I looked but could not find it.
Please help.
Thanks.
Mariya.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
Manos Batsis
_  ______
   / |/ /__ / / __ _ ___ _/ /_
  // -_) __(_-/  ' Y _ `/ __/ __/
 /_/|_/\__/\__/___/_/_/_|_,_/_/  \__/
http://www.netsmart.gr
mailto:[EMAIL PROTECTED]
tel:+302103240940
http://forte.netsmart.gr/foaf/manos_foaf.rdf

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: tomcat exception caused by x-tags

2004-05-19 Thread Klimenko, Mariya
Do you by chance know how to configure it?
Thanks.
Mariya.

-Original Message-
From: Emmanuil Batsis (Manos) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 19, 2004 9:20 AM
To: Tag Libraries Users List
Subject: Re: tomcat exception caused by x-tags


I dont really know what the problem is, but it seems like the (SAX?) 
parser reading the XML has XML namespaces feature turned off. Should be 
configurable somewhere?

Klimenko, Mariya wrote:

 I am working on struts application on eclipse.  I need to display xml file
 marshalled by an action through a jsp.  For this purpose I am trying to use
 x-tags.
 
 This is what I get trying to start Tomcat: ERROR [main] (Digester.java:1434) -
 Parse Error at line 6 column 50: Attribute xmlns:xalan must be declared for
 element type taglib.
 org.xml.sax.SAXParseException: Attribute xmlns:xalan must be declared for
 element type taglib.
 
 This is what I think is causing the exception: taglib
 xmlns:xalan=http://xml.apache.org/xslt; in the tld file.  Where to fing this
 required namespace, I don't know.  I looked but could not find it.
 Please help.
 Thanks.
 Mariya.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-- 
Manos Batsis

 _  ______
/ |/ /__ / / __ _ ___ _/ /_
   // -_) __(_-/  ' Y _ `/ __/ __/
  /_/|_/\__/\__/___/_/_/_|_,_/_/  \__/


http://www.netsmart.gr
mailto:[EMAIL PROTECTED]
tel:+302103240940
http://forte.netsmart.gr/foaf/manos_foaf.rdf



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat exception caused by x-tags

2004-05-19 Thread David Goodenough
I had the same problem with the IO taglib, and I just edited the tld to
remove it,  but remember that you need to edit the copy in the JAR
file as well.

David

On Wednesday 19 May 2004 14:25, Klimenko, Mariya wrote:
 Do you by chance know how to configure it?
 Thanks.
 Mariya.

 -Original Message-
 From: Emmanuil Batsis (Manos) [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 19, 2004 9:20 AM
 To: Tag Libraries Users List
 Subject: Re: tomcat exception caused by x-tags


 I dont really know what the problem is, but it seems like the (SAX?)
 parser reading the XML has XML namespaces feature turned off. Should be
 configurable somewhere?

 Klimenko, Mariya wrote:
  I am working on struts application on eclipse.  I need to display xml
  file marshalled by an action through a jsp.  For this purpose I am trying
  to use x-tags.
 
  This is what I get trying to start Tomcat: ERROR [main]
  (Digester.java:1434) - Parse Error at line 6 column 50: Attribute
  xmlns:xalan must be declared for element type taglib.
  org.xml.sax.SAXParseException: Attribute xmlns:xalan must be declared
  for element type taglib.
 
  This is what I think is causing the exception: taglib
  xmlns:xalan=http://xml.apache.org/xslt; in the tld file.  Where to
  fing this required namespace, I don't know.  I looked but could not find
  it. Please help.
  Thanks.
  Mariya.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat exception caused by x-tags

2004-05-19 Thread Kris Schneider
This really looks like a build problem for those taglibs. There may have been a
bug in the version of Xalan used to do the builds. A workaround for the build
would be to use exclude-result-prefixes.

Quoting David Goodenough [EMAIL PROTECTED]:

 I had the same problem with the IO taglib, and I just edited the tld to
 remove it,  but remember that you need to edit the copy in the JAR
 file as well.
 
 David
 
 On Wednesday 19 May 2004 14:25, Klimenko, Mariya wrote:
  Do you by chance know how to configure it?
  Thanks.
  Mariya.
 
  -Original Message-
  From: Emmanuil Batsis (Manos) [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, May 19, 2004 9:20 AM
  To: Tag Libraries Users List
  Subject: Re: tomcat exception caused by x-tags
 
 
  I dont really know what the problem is, but it seems like the (SAX?)
  parser reading the XML has XML namespaces feature turned off. Should be
  configurable somewhere?
 
  Klimenko, Mariya wrote:
   I am working on struts application on eclipse.  I need to display xml
   file marshalled by an action through a jsp.  For this purpose I am
 trying
   to use x-tags.
  
   This is what I get trying to start Tomcat: ERROR [main]
   (Digester.java:1434) - Parse Error at line 6 column 50: Attribute
   xmlns:xalan must be declared for element type taglib.
   org.xml.sax.SAXParseException: Attribute xmlns:xalan must be declared
   for element type taglib.
  
   This is what I think is causing the exception: taglib
   xmlns:xalan=http://xml.apache.org/xslt; in the tld file.  Where to
   fing this required namespace, I don't know.  I looked but could not find
   it. Please help.
   Thanks.
   Mariya.

-- 
Kris Schneider mailto:[EMAIL PROTECTED]
D.O.Tech   http://www.dotech.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]