Re: Cocoon 3.0 overview statement error:

2008-10-06 Thread solprovider
On 9/11/08, Marc Driftmeyer [EMAIL PROTECTED] wrote: What exactly is a non-plain Java environment? - Marc Plain implies POJO (Plain Old Java Objects.) I hope a plain Java environment means any Java environment, usable as just a JAR and programmable with very few lines of code. A non-plain

Re: Cocoon 3.0 overview statement error:

2008-10-06 Thread Reinhard Pötz
Marc Driftmeyer wrote: If you're interested in having someone pitch in on documentation just let me know. I can always spare some time to look at english and offer clarifications. Thanks for the great offer! I've started to write some docs about the pipeline module and I will let you know as

Re: Cocoon 3.0 overview statement error:

2008-10-06 Thread Reinhard Pötz
[EMAIL PROTECTED] wrote: On 9/11/08, Marc Driftmeyer [EMAIL PROTECTED] wrote: What exactly is a non-plain Java environment? - Marc Plain implies POJO (Plain Old Java Objects.) I hope a plain Java environment means any Java environment, usable as just a JAR and programmable with very few

Re: FlashVars

2008-10-06 Thread Joerg Heinicke
On 03.10.2008 17:56, Charlie Rose wrote: I am trying to embed a Flash movie in an html page. object clsid: ... param name=FlashVars value=lcId=1234567890 ... When I get to the lcId the ampersand is interpreted as entity ref indicator and the generation fails. I try to replace by amp; and it

Inserting XML XMLDB

2008-10-06 Thread Jose Luis Carmona
Hi, I want insert a XML content inside Xindice database after transforming other XML using XSL. It's something similar to this Generate xml Transformer xsl Transformer xmldb -- Serialize I know i have to use XMLDBTransformer but i don't know how. Can you help me? Thanks, Jose

Re: Inserting XML XMLDB

2008-10-06 Thread warrell harries
Hi Jose, The way I do it is to have a stylesheet such as this :- *?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl= http://www.w3.org/1999/XSL/Transform; xsl:param name=ref/ xsl:param name=user/ xsl:param name=when/ xsl:param name=notes/ xsl:template match=page page

[C2.2] Sitemap: Block Context Path

2008-10-06 Thread Matthias Müller
Hi there, what's the easiest way to get the context path of the current block (the project root)? i want to to use a parameter $myContextPath in my sitemap to work in a jx template, like this: map:generate type=jx src=resource/internal/fonts/fop-config.jxt map:parameter

appending to existing HTML

2008-10-06 Thread arj123
Hi all, I want to append the output HTML (created by transforming XML using XSL using cocoon) to my existing HTML. Is it possible using cocoon? Thanks -- View this message in context: http://www.nabble.com/appending-to-existing-HTML-tp19836077p19836077.html Sent from the Cocoon - Users mailing

How to use ajax in selection-list

2008-10-06 Thread asif_zzz
hi, im new to cocoon. Im using cocoon 2.1.10 CForms. I need to use ajax in a selection-list. My scernario is when i select a item in a selectionlist, i need to get some value from the database based on the Selected value of the selectionlist. And populate the new retrived values in UI screen.

Re: How to use ajax in selection-list

2008-10-06 Thread imran
asif_zzz wrote: hi, im new to cocoon. Im using cocoon 2.1.10 CForms. I need to use ajax in a selection-list. My scernario is when i select a item in a selectionlist, i need to get some value from the database based on the Selected value of the selectionlist. And populate the new retrived

Re: How to use ajax in selection-list

2008-10-06 Thread asif_zzz
Hi Imran, First of all thanks for your reply.. I've populated all the values to the selection list. Based on selected value ,i need to process the information in the DB and the i need to load the new values using ajax.. I've tried on on change event handler..The selected value get stored in

Re: Setting up Saxon in a Maven built Cocoon application

2008-10-06 Thread Alexander Daniel
On 20.06.2008, at 20:48, Sylvain Desvé wrote: RESOLVED I finally managed to do it. For those who encounter the same problem, here's what I did. Thanks a lot for sharing! 3. I edited sitemap.xmap and added a component : map:components map:transformers default=xslt

Re: How to use ajax in selection-list

2008-10-06 Thread imran
asif_zzz wrote: Hi Imran, First of all thanks for your reply.. I've populated all the values to the selection list. Based on selected value ,i need to process the information in the DB and the i need to load the new values using ajax.. I've tried on on change event handler..The selected

Re: appending to existing HTML

2008-10-06 Thread Alexander Daniel
On 06.10.2008, at 13:23, arj123 wrote: Hi all, I want to append the output HTML (created by transforming XML using XSL using cocoon) to my existing HTML. Is it possible using cocoon? Yes, this is possible with the HTML generator, some XSLT and the include transformer. addInclude.xsl

Re: FlashVars

2008-10-06 Thread Charlie Rose
Thanks. Charles Rose CogNet MIT Press Journals On Oct 6, 2008, at 3:36 AM, Joerg Heinicke wrote: On 03.10.2008 17:56, Charlie Rose wrote: I am trying to embed a Flash movie in an html page. object clsid: ... param name=FlashVars value=lcId=1234567890 ... When I get to the lcId the

Cforms IE7 bug

2008-10-06 Thread Charlie Rose
Environment: cocoon cforms Bug: IE7 doesn't submit form Cocoon Version: 2.1.11 Container: Tomcat 6.0 OS X 10.4.8 JDK 1.5.0 IE7 - enter key doesn't submit single-field form This is an IE7 bug. http://forums.microsoft.com/MSDN/ShowPost.aspx? PostID=903924SiteID=1pageid=0 discusses this bug (not

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

javascript embedded in *.jx files

2008-10-06 Thread Jeff Schmitz
Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that contains javascript without getting mal-formed xml errors because of (for example) less than () symbols in the javascript itself. I've tried linking to a javascript file too using the script tag, but that doesn't

multiple postings (sorry)

2008-10-06 Thread Jeff Schmitz
Am VERY sorry for the multiple messages. Seems Apple is still having mobile me problems because I only sent the message once, and got an error when I did that. Jeff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: javascript embedded in *.jx files

2008-10-06 Thread Mark Lundquist
No worries about the multiple posts ;-) However, please do start new topics with a new post; using reply screws up threading in mailreaders. Anyhow... On Oct 6, 2008, at 12:56 PM, Jeff Schmitz wrote: Hello, I can't seem to be able to create a JXTemplateGenerator .jx file that

Re: appending to existing HTML

2008-10-06 Thread arj123
Thanks Alex. I will try this out. arj Alexander Daniel wrote: On 06.10.2008, at 13:23, arj123 wrote: Hi all, I want to append the output HTML (created by transforming XML using XSL using cocoon) to my existing HTML. Is it possible using cocoon? Yes, this is possible with the