RE: [HELP]indent can not be multiply defined at the same import level! Old value = no; New value = yes

2003-01-06 Thread Hunsberger, Peter
Title: Message



I'd 
guess that you have an "include" in one of your XSLTs and that you have the 
"indent" attribute set to "no" in the base, and "yes" in the included 
stylesheet.  It's not a Cocoon problem, but the parser chokes on 
it...
 
> 
 Description:org.apache.cocoon.ProcessingException: Exception in 
creating Transform Handler:  
> 
 javax.xml.transform.TransformerException: indent can not be 
multiply defined at the same import level! Old  
> value = no; New value = yes

  I see that there's something wrong, but that's 
  all. I don't have any idea what this message is talking about. I don't 
  know what it is talking about and WHY, and, more important, what i must 
  DO to correct this error.
   
  Hmmm., I wonder wheter it's a good idea to 
  tell people what's wrong instead of telling them what to do to get it up and 
  running ;-).
   
  Please help. Thanx.
   
   
   


Re: [HELP]indent can not be multiply defined at the same import level!Old value = no; New value = yes

2003-01-06 Thread Joerg Heinicke
Hello Ruedi,

indent is one of the attributes in . And the error message 
points to this position in different (imported or included) stylesheets. 
 But though I don't know, in which way you can cause the error. In 
general  is ignored in Cocoon and the values are taken from 
the sitemap's serializer configuration. So you have at least some 
places, where to look for ;-) I would first look into the serializer 
configuration and afterwards remove  from all involved 
stylesheets to see, where the error comes from.

Regards,

Joerg

Ruedi Anneler wrote:
 
Description:org.apache.cocoon.ProcessingException: Exception in creating 
Transform Handler: javax.xml.transform.TransformerException: indent can 
not be multiply defined at the same import level! Old value = no; New 
value = yes
 
I see that there's something wrong, but that's all. I don't have any 
idea what this message is talking about. I don't know what it is talking 
about and WHY, and, more important, what i must DO to correct this error.
 
Hmmm., I wonder wheter it's a good idea to tell people what's wrong 
instead of telling them what to do to get it up and running ;-).
 
Please help. Thanx.


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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