SimpleFormTransformer

2002-09-20 Thread Marcin Stefaniuk

Hello!
Where I can read about SimpleFormTransformer?

Marcin

-
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]>




RE: HTMLGenerator customizing

2002-09-03 Thread Marcin Stefaniuk


I've added some tags in the config file.
Is other way to force HTMLGenerator to do not strip non-html tags?

[EMAIL PROTECTED] wrote:
> Just a thought -- someone correct me if my reach is exceeding my grasp 
> here --
> 
> would subclassing the HTMLGenerator to a derived 'HTMLGoLiveGenerator' 
> compiled with the custom external config file make sense???

If the external config is generic enough for us all, which it seems to 
be, sane a patch and we'll put it in Cocoon HTMLGenerator :-)

-- 
Nicola Ken Barozzi   [EMAIL PROTECTED]
 - verba volant, scripta manent -
(discussions get forgotten, just code remains)
-


-
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]>


-
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]>




HTMLGenerator customizing

2002-09-02 Thread Marcin Stefaniuk

Hello!

I tried Tidy standalone and I receive complete source translated
to XHTML (even without adding custom tags). I want to receive
equal document from HTMLGenerator but I lost some tags
(special GoLive tags). I tried to recompile generator to use
external config file and nothing changed.

How to force HTMLGenerator to do not strip non HTML tags?
Is this possible?

Marcin

-
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]>




RE: How force HTMLGenerator to leave elements?

2002-08-26 Thread Marcin Stefaniuk

Yes, it is smart idea for including but design source lost special goLive tags?

On the second hand when I use TidyGUI even without defining tags everything is left.
In HTMLGenerator not...

Marcin


-Original Message-
From: Conal Tuohy [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 25, 2002 9:59 PM
To: [EMAIL PROTECTED]
Subject: RE: How force HTMLGenerator to leave  elements?


I've done something similar ... but I haven't hacked the HTMLGenerator ... I simply 
added custom ATTRIBUTES to the HTML elements, and transformed those. 

> -Original Message-
> From: Marcin Stefaniuk [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 26 August 2002 02:44
> To: Cocoon Users (E-mail)
> Subject: How force HTMLGenerator to leave  elements?
> 
> 
> Hello!
> In my new company graphic design of a site is authored in
> Adobe goLive. I want to simply combine work of designers and 
> mine (in databases and Cocoon2.1). I decided to put some 
>  elements in html source and join it in pipeline, 
> but jTidy strips all non html tags including goLive special 
> and xi:include (namespace is defined).
> 
> I've tried to fix it rebuilding HTMLGenerator to use jTidy 
> with config file on disk (with defined tags) and with setting 
> setXmlInput property to true. No effect.
> 
> Thanks for any help.
> Marcin Stefaniuk
> 
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 
> 

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

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




RE: very simple sitemap

2002-08-25 Thread Marcin Stefaniuk



Hello!
You 
haven't  element in 
.
Copy whole components tree from sub/sitemap.xmap (example shipped 
with
cocoon2) to be sure.
I hope 
that will be helpful.
 
Marcin

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Sunday, August 25, 2002 5:59 
  PMTo: [EMAIL PROTECTED]Subject: very simple 
  sitemapHallo! 
  What's wrong with this very simple sitemap?   

   

   

 
   

  
   
 
I get the error: 
  Error in sitemap configuration : UnnamedSelector: ComponentSelector could 
  not find the component for hint: wildcard description 
  org.apache.avalon.framework.configuration.ConfigurationException: Error in 
  sitemap configuration : UnnamedSelector: ComponentSelector could not find the 
  component for hint: wildcard sender 
  org.apache.cocoon.servlet.CocoonServlet source Cocoon servlet 
  stack-trace 
  org.apache.avalon.framework.configuration.ConfigurationException: 
  Error in sitemap configuration : UnnamedSelector: ComponentSelector could not 
  find the component for hint: wildcard    at 
  org.apache.cocoon.www.sitemap_xmap.configure(D:\jakarta\jakarta-tomcat-4.0.4-b3\work\Standalone\localhost\cocoon2\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:148) 
     at 
  org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java:172) 
     at 
  org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(ThreadSafeComponentHandler.java:84) 
     at 
  org.apache.cocoon.components.language.generator.GeneratorSelector.addGenerator(GeneratorSelector.java:170) 
     at 
  org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:332) 
     at 
  org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:291) 
     at 
  org.apache.cocoon.sitemap.Handler.run(Handler.java:270) 
     at java.lang.Thread.run(Thread.java:479) Thanks, 
  Hans 


How force HTMLGenerator to leave elements?

2002-08-25 Thread Marcin Stefaniuk

Hello!
In my new company graphic design of a site is authored in
Adobe goLive. I want to simply combine work of designers and mine (in databases and 
Cocoon2.1). I decided to put some  elements in html source and join it in 
pipeline, but jTidy strips all non html tags including goLive special and xi:include 
(namespace is defined).

I've tried to fix it rebuilding HTMLGenerator to use jTidy with config file on disk 
(with defined tags) and with setting setXmlInput property to true. No effect.

Thanks for any help.
Marcin Stefaniuk

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

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