Re: I have a problem with transformer XInclude

2003-06-02 Thread Bruno Dumon
href="canciones.xml#xpointer(//[EMAIL PROTECTED]'1']/titulo)"/> > > what you write here is not xinclude, it should instead be something like this: with the xi prefix bound to http://www.w3.org/2001/XInclude -- Bruno Dumon http://outer

RE: I have a problem with transformer XInclude

2003-06-02 Thread Carmona Perez, David
ECTED] Asunto: I have a problem with transformer XInclude I am a Spanish student that I am developping a Cocoon project. (I'm sorry, but my English is very poor) I have various XML files relationated and for this example I use artistas.xml (contains information of artists) and canciones.xml

I have a problem with transformer XInclude

2003-06-01 Thread bosspring ...
t one artist of the file, and I use a XSL stylesheet for select this artist: In this moment I have the information, but something is relationed with canciones.xml wiht a XPointer: Now, I want to use a transformer (Xinclude) for include the information. Finally,

I have a problem with transformer XInclude

2003-06-01 Thread bosspring ...
rtist of the file, and I use a XSL stylesheet for select this artist:          In this moment I have the information, but something is relationed with canciones.xml wiht a XPointer:     Now, I want to use a transformer (Xinclude) for include the information. Finally, I use

Re: XInclude-problems with Cocoon2.0.4

2003-03-12 Thread Uwe Gerger
Hello, the interesting thing is that in version 2.0.3 the use of namespaces works correctly! Should I use the XInclude-Transformer from this version? Thanks Uwe [EMAIL PROTECTED] schrieb: > > Uwe Gerger wrote: > > >Hello, > >I would like to use xinclude-statement

Re: XInclude-problems with Cocoon2.0.4

2003-03-12 Thread Charles Yates
Uwe Gerger wrote: Hello, I would like to use xinclude-statements in my xml-file with Cocoon2.0.4 with my own tags for example . Specifying such a tag as follows doesn't work. Instead using works! What's wrong? quoting from XIncludeTransformer javadoc: "My first pass

XInclude-problems with Cocoon2.0.4

2003-03-12 Thread Uwe Gerger
Hello, I would like to use xinclude-statements in my xml-file with Cocoon2.0.4 with my own tags for example . Specifying such a tag as follows doesn't work. Instead using works! Here my include.xml file: http://cocoon.clsw.com/report";> Test I am included by XIncludeTra

Re: XInclude recursion

2003-03-11 Thread Charles Yates
Cocoon's pipeline transformation model makes this sort of recursion difficult to implement. You could write a tranformer to do this, but it would be simpler to have multiple XIncludeTransformers in the pipeline. Charles Darren Petrie wrote: Is anybody using XInclude in a recursive m

XInclude recursion

2003-03-11 Thread Darren Petrie
Is anybody using XInclude in a recursive manner? I've been XInclude non-recursively for awhile w/o problems but recently tried to XInclude an XML file with it's own XInclude. According to the XInclude specification it should be recursive but it doesn't appear to work in Cocoon.

XML Inclusions (XInclude)

2003-03-03 Thread Jeroen Cranendonk
This is a question from a fellow worker :) -- Forwarded Message -- Subject: XML Inclusions (XInclude) Date: Monday 03 March 2003 15:18 From: "Robert Kromkamp" <[EMAIL PROTECTED]> To: "Jeroen Cranendonk" <[EMAIL PROTECTED]> Hi, I've a que

XInclude: content not allowed in prolog

2003-02-26 Thread Richard In Public
Hi I have a cocoon project that works perfectly when served by Tomcat but which breaks when I try to generate a static version from the command line. The difficulty appears to be caused by the use of XInclude. 1. It seems that Cocoon/Tomcat is more forgiving than Cocoon/CmdLine. Does anyone

Xinclude with an XPointer and Resin?

2003-02-19 Thread Ben Young
I have recently switched from Tomcat to Resin (for speed reasons). I have run into a rather annoying snag, however. When I request my pages that use xinclude tags with the xinclude transformer, I get nothing returned where the included files should be. The xinclude tags worked fine under Tomcat

Re: XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Diana Shannon
On Friday, February 14, 2003, at 12:24 PM, Diana Shannon wrote: xinclude works for me. Here are a few snippets: |--- file snippet (with and without xpointer) ---| - or - |--- sitemap snippet ---| |--- file hierarchy ---| - sitemap.xmap - resources/ -- xdocs/ --- content

Re: XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Diana Shannon
On Friday, February 14, 2003, at 10:04 AM, Peter Klotz wrote: 1. Xinclude the output is empty and cut off. There was a posting that one should use a attribute base="file:/path" because Cocoon would consider the URL relative to the application base directory under webapps. T

RE: XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Tsui, Alban
I cannot remember exactly what I did but ... you might need to have something like cocoon://path/file.xml instead. Try this and see if it works. -Original Message- From: Peter Klotz [mailto:[EMAIL PROTECTED]] Sent: 14 February 2003 15:04 To: [EMAIL PROTECTED] Subject: XInclude or CInclude

XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Peter Klotz
Hi, I'm generating XInclude or CInclude URLs and use the corresponding transformator. Unfortunately none of the ways seemed to work. I have file:-URLs with absolute path names, BTW. 1. Xinclude the output is empty and cut off. There was a posting that one should use a attribute base=

Re: Xinclude with XSL?

2003-02-14 Thread Yury Mikhienko
On Thu, 13 Feb 2003 19:38:01 + g4 <[EMAIL PROTECTED]> wrote: > Hi there list, > > is it possible to use Xinclude within XSL? At present I have this: > > > http://www.w3.org/1999/XSL/Transform"; > version='1.0' >

Xinclude with XSL?

2003-02-13 Thread g4
Hi there list, is it possible to use Xinclude within XSL? At present I have this: http://www.w3.org/1999/XSL/Transform"; version='1.0' xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:xi="http://www.w3.org/2001/XInclude";>

Re: xinclude performance issues,

2003-01-20 Thread icewind
y. I then have > a > > transformation that takes the directorygenerator's > > output and puts some xi:include tags with > xpointers to > > some tags in the xml files I am interested in. I > then > > run the xinclude transformation and serialize to > html. &g

Re: xinclude performance issues,

2003-01-20 Thread Jeff Turner
ion that takes the directorygenerator's > output and puts some xi:include tags with xpointers to > some tags in the xml files I am interested in. I then > run the xinclude transformation and serialize to html. You could try the XPathDirectoryGenerator in Cocoon CVS. It lets you specify nodes in each

Re: xinclude performance issues,

2003-01-19 Thread Christoph Gaffga
ctModel, src, par); } public void recycle() { this.par = null; super.recycle(); } } hope, that will help you. Perhaps you can submit your DirectoryAggregator to the cocoon project. Christoph Gaffga [EMAIL PROTECTED] From: "icewind" <[EMAIL PROTECTED]> Subject: Re: xin

RE: xinclude performance issues,

2003-01-17 Thread Artur Bialecki
astee, you should probably look at aggregators instead (I had to deal with legacy XSP from Cocoon 1.x). Artur... > -Original Message- > From: icewind [mailto:[EMAIL PROTECTED]] > Sent: January 16, 2003 6:12 PM > To: [EMAIL PROTECTED] > Subject: xinclude performance iss

Re: xinclude performance issues,

2003-01-17 Thread Christoph Gaffga
: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 12:11 AM Subject: xinclude performance issues, > Let me describe what I am doing: > > I have a directory that contains .xml files. In my > sitemap, I have a pipeline that starts with a > DirectoryGenerator on this directory

xinclude performance issues,

2003-01-16 Thread icewind
tags in the xml files I am interested in. I then run the xinclude transformation and serialize to html. This is exactly what is described in this email to the list (i was involved in that original email): http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102617106411067&w=2 There is a

Caching xinclude results with proxy

2003-01-14 Thread Andreas Bednarz
. Does it help to master your perfomance problems? Andreas Bednarz education-one GmbH, germany http://www.education-one.de Am Die, 2003-01-14 um 12.16 schrieb Yury Mikhienko: > Hi all! > > I using xinclude transformer in my work and have the following questions: > Does cocoon.enviro

Caching xinclude results

2003-01-14 Thread Yury Mikhienko
Hi all! I using xinclude transformer in my work and have the following questions: Does cocoon.environment.Source (or org.xml.sax.InputSource) cached the document (source of result document)? And how to configure it (expire timeout, proxy location etc.) if it possible? Can anyone ask me? Thanx

RE: Source aggregation by XInclude

2002-12-20 Thread DURDINA Michal
ichal > -Original Message- > From: Timothy Larson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 2:48 PM > To: [EMAIL PROTECTED] > Subject: RE: Source aggregation by XInclude > > > You coulde try the ca

Re: Source aggregation by XInclude

2002-12-19 Thread Andrew C. Oliver
Joerg Heinicke wrote: Timothy Larson wrote: You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html The only problem I see is that the cinclude

Re: Source aggregation by XInclude

2002-12-19 Thread Joerg Heinicke
Timothy Larson wrote: You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html The only problem I see is that the cinclude transformer does not seem to have the

RE: Source aggregation by XInclude

2002-12-18 Thread Timothy Larson
You coulde try the caching version of the cinclude transformer in place of the non-caching xinclude transformer. See http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html The only problem I see is that the cinclude transformer does not seem to have the xpath features that

RE: Source aggregation by XInclude

2002-12-18 Thread DURDINA Michal
Thank you, but now my xsp pages get recompiled to Java every time. Probably it is the issue of xinclude. Can anyone help me how to tell cocoon not to recompile some_page.xsp every time I acces the page? Does it exist any explicit mechanism how to cache the output of the pipeline? I am using this

Re: xi:fallback element in cocoon's Xinclude transformer

2002-12-18 Thread Konstantin Piroumian
Hi! From: "Yury Mikhienko" <[EMAIL PROTECTED]> > Hi all! > > Can anyone answer the follofing question: > Why cocoon's Xinclude transformer does not still emplement xi:fallback element? > (See recomendations in http://www.w3.org/TR/xinclude/) > The im

xi:fallback element in cocoon's Xinclude transformer

2002-12-18 Thread Yury Mikhienko
Hi all! Can anyone answer the follofing question: Why cocoon's Xinclude transformer does not still emplement xi:fallback element? (See recomendations in http://www.w3.org/TR/xinclude/) The implementation of this feature requires a simple modification in Xinclude transformer code. (I tri

Re: Source aggregation by XInclude

2002-12-16 Thread Timothy Larson
tion. YMMV. Tim >>> [EMAIL PROTECTED] 12/16/02 10:57AM >>> Hello, In Cocoon 1.8 we used xinclude for aggregation of our xsp sources. Now in C2, xsp is generator and xinclude is transformer, therefore xinclude cannot precede xsp to prepare sources for it. Is there any work

Source aggregation by XInclude

2002-12-16 Thread ĎURDINA Michal
Hello, In Cocoon 1.8 we used xinclude for aggregation of our xsp sources. Now in C2, xsp is generator and xinclude is transformer, therefore xinclude cannot precede xsp to prepare sources for it. Is there any working technique how to compose sources for xsp generator from more than one file

Re: xinclude support or not?

2002-12-08 Thread Gabriele Domenichini
Of course you have to had the xinclude trasformer in the map... Joerg Heinicke wrote: Should work without any problem. Did you declare the namespace prefix xi? How does your sitemap matcher look like? Joerg Cocoon User wrote: is there any working example under cocoon i try to use xinclude

Re: xinclude support or not?

2002-12-08 Thread Joerg Heinicke
Should work without any problem. Did you declare the namespace prefix xi? How does your sitemap matcher look like? Joerg Cocoon User wrote: is there any working example under cocoon i try to use xinclude inside an .xsp but without success my code is somethingi have missed or just

xinclude support or not?

2002-12-08 Thread Cocoon User
is there any working example under cocoon i try to use xinclude inside an .xsp but without success my code is somethingi have missed or just there is no xinclude support from cocoon? thnx Stavros Kounis - Please

Re: Problems with transformers XSL -> xinclude

2002-11-20 Thread Dr. Robert Spiske
Hello! The should have been: Robert - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED

Re: Problems with transformers XSL -> xinclude

2002-11-20 Thread Martin Holz
nclude to: > > (Droped the xpointer stuff because it's not the > problem) > > After that I call and it does not work. What does "not work" mean? Its not touched by the xinclude transformer and remains in the output? > The third transformer is again an XSLT that sho

Re: Problems with transformers XSL -> xinclude

2002-11-20 Thread Joerg Heinicke
Hello Robert, the only thing I can imagine at the moment is the missing or wrong namespace declaration of XInclude. What does "does not work" mean? Do you get any error message? Joerg Dr. Robert Spiske wrote: Hello! (Using: Cocoon 2.0/Tomcat 3.3.1/Linux) To ease my users wri

Problems with transformers XSL -> xinclude

2002-11-20 Thread Dr. Robert Spiske
work. The third transformer is again an XSLT that should make nice HTML. Note: If I don't call the xinclude transformer everything works. If I write the line in the file and call the xinclude transformer first, everything works. But if I call the xinclude after the first xslt it does not w

Re: xInclude and SQL Transformer NullPointerException

2002-10-16 Thread Timothy Larson
I had a similar problem. When I used the XInclude transformer, I got a NullPointerException when I tried to refer to the results with the "cocoon:/" protocol. Here was my solution (bad hack, but it worked): I made a stylesheet "copy-of.xsl" that simply copied what it was pas

xInclude and SQL Transformer NullPointerException

2002-10-16 Thread Martin Schimak
I experience the following problem: I am including fragments of another xml file using xinclude and the xpointer() syntax. Works fine. If I then want to use the SQLTransformer within the same pipeline, I get a org.apache.cocoon.ProcessingException: Failed to execute pipeline

XInclude & db queries

2002-10-14 Thread Nicholas Hemley
Hello, I would like to use the XInclude transformer so that I can put my database queries into separate files (i.e. atomic queries that are reused elsewhere). Currently, the SQL Transformer does not transform the resulting XML [using Cocoon 2.0.3+Tomcat 4.1.12 under win2k]. Does anyone have

Re: XInclude generated by XSL

2002-10-01 Thread Johannes Koch
Michael Wechner wrote: > Do you use XInclude or CInclude? XInclude. > Did you ever try with > > ? No, not yet. > Although you then need "another" pipeline to generate included.xml. > > Although your original version should work principally. Yes, I hope

Re: XInclude generated by XSL

2002-09-30 Thread Michael Wechner
Do you use XInclude or CInclude? Did you ever try with ? Although you then need "another" pipeline to generate included.xml. Although your original version should work principally. HTH Michael Johannes Koch wrote: > Hi, > > I want to add an xi:include element by XS

XInclude generated by XSL

2002-09-30 Thread Johannes Koch
Hi, I want to add an xi:include element by XSLT and then use the xinclude transformer to include the referenced XML. So I tried this: with add-navigation.xsl: http://www.w3.org/1999/XSL/Transform"; xmlns:xi="http://www.w3.org/200

XInclude gets Prematuer end of file

2002-08-14 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, some days ago I told of the problem, that I get a premature end of file with XInclude. The included content comes in via cocoon:// and is checked with xmllint. Including it as file works, but not with cocoon://. I hope, when I post the

Re: strange xinclude problem

2002-08-13 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi John, I think with code you mean the xml having the xinclude element. Here is it. It's already a stripped down test version. Oh yes, I'm including from the same machine. What I've seen now is, that the content is included, bu

Re: strange xinclude problem

2002-08-13 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello John, I'm using cocoon://. I hadn't used http://. With kind regards Torsten Knodt -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9WQAwvxZktkzSmiwRAoGeAJ9zBnIXvakiz4AOsefEtk1Zjxc+9gCeIlJ3 NqwUf7txi6ZxbsYHHQM+/Ik=

Re: strange xinclude problem

2002-08-13 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello John, my original version has many xincludes, but the stripped down test version, with only one xinclude, I'm currently using has also the problem. And I have already used many xincludes. It works. With kind regards Torsten

Re: strange xinclude problem

2002-08-13 Thread John Moylan
To follow up. I can confirm that using cocoon:// instead of http:// resolves the issue. John I have just experienced the same problem when I tried using multiple xincludes: The following styleshhet works fine with the first xinclue only but throws out "Failed to execute pipeline.: org.xml.sax.S

Re: strange xinclude problem

2002-08-13 Thread John Moylan
odt wrote: >Hello Albert, > > >>>Hello Albert, >>>thanks for your fast answer. >>> >>> >>>>>I've a little strange problem with xinclude. I get a exception with >>>>> >>>>> >>>>

Re: strange xinclude problem

2002-08-12 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Albert, > > Hello Albert, > > thanks for your fast answer. > >> > I've a little strange problem with xinclude. I get a exception with > >> "Premature end of file", but accessing the URI (cocoon

Re: strange xinclude problem

2002-08-12 Thread Albert Cervera Areny
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Albert, > thanks for your fast answer. > >> > I've a little strange problem with xinclude. I get a exception with >> "Premature end of file", but accessing the URI (cocoon://...) >>

Re: strange xinclude problem

2002-08-12 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Albert, thanks for your fast answer. > > I've a little strange problem with xinclude. I get a exception with > > "Premature end of file", but accessing the URI (cocoon://...) directly > > works. Has someone

Re: strange xinclude problem

2002-08-12 Thread John Moylan
Can you post some code, I would say that this is more than likely a syntax problem. I'm using xinclude in 2.03 and it works a treat. Are you including via http from a different machine? or is it a local include? Torsten Knodt wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SH

Re: strange xinclude problem

2002-08-12 Thread Albert Cervera Areny
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > I've a little strange problem with xinclude. I get a exception with > "Premature end of file", but accessing the URI (cocoon://...) directly > works. Has someone a hint where to look at? Have yo

strange xinclude problem

2002-08-12 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've a little strange problem with xinclude. I get a exception with "Premature end of file", but accessing the URI (cocoon://...) directly works. Has someone a hint where to look at? Thanks in advance Torsten Knodt

RE: executing XInclude transformer twice

2002-08-08 Thread Conal Tuohy
Ross, you could try using XInclude recursively by Xincluding a cocoon pipeline, rather than directly XIncluding the resource you want. That way you can get the recursion to happen in the sitemap, i.e. the pipeline makes recursive Xinclude calls to itself. The recursion will terminate when there&#

RE: executing XInclude transformer twice

2002-08-08 Thread Ross Gardler
> > Predictably, what I get is a document including most of the information > > from the chapter files, but not the included information within each of > > the chapter files. That is, assume background.xml has an xinclude within > > it, this is not tr

Re: executing XInclude transformer twice

2002-08-08 Thread Ross Gardler
> XInclude is only for including some XML snippets as you have used it. > It's not for recursive use and there is no need for it I think. Use a > technology like XSLT which can do what you want. OK - sounds like an ideal solution, except the transformer is looking for the D

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Andrew C. Oliver
ur.source.SourceNotFoundException: Resource not found >>file:/opt/tomcat/webapps/cocoon/samples/bringmethis/content/form/cocoon:/categories_combo.xml >> >>So it looks like I'm stuck with an additional transformation. Which (as >>a situation) bites. >> >> >>

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-08 Thread Michael Wechner
oh, I am sorry, I made another mistake, you can't use the cocoon protocol (or any) within the href. You have to do it as follows: or for instance: http://www.cmswatch.com"; href="/RSS/cmswatch.xml"/> I mixed that up because I am currently using my own XInclude Proc

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Stephan Michels
.SourceNotFoundException: Resource not found > >file:/opt/tomcat/webapps/cocoon/samples/bringmethis/content/form/cocoon:/categories_combo.xml > > So it looks like I'm stuck with an additional transformation. Which (as > a situation) bites. > I think the problem is the 'base&#x

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Ivelin Ivanov
Thanks for the patch Oliver. That's how active I like most cocoon-users to be like ;) BTW, I was under the impression that it was recently decided that we will merge XInclude and CInclude's code bases. Only XInclude would remain with the added ability to act on both XInclude and

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
On Sun, 2002-07-07 at 20:51, Ivelin Ivanov wrote: > I'm sure there must be a more elegant way to solve the problem. > We just need to wait a bit to hear from the XInclude developers. Down low, too slow. Patch incoming. New syntax implemented for CInclude to allow xpointers. Wil

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Ivelin Ivanov
I'm sure there must be a more elegant way to solve the problem. We just need to wait a bit to hear from the XInclude developers. - Original Message - From: "Andrew C. Oliver" <[EMAIL PROTECTED]> To: "cocoon users" <[EMAIL PROTECTED]> Sent: Sund

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
Thanks but XInclude really likes files: org.apache.cocoon.ResourceNotFoundException: Resource not found.: org.apache.excalibur.source.SourceNotFoundException: Resource not found file:/opt/tomcat/webapps/cocoon/samples/bringmethis/content/form/cocoon:/categories_combo.xml On Mon, 2002-07-08 at

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
> > > > > > > output from categories_combo.xml: > > > > http://xml.apache.org/cocoon/xmlform/2002";> > > > > > > Original Art > > 16 > > > > > > Antiques > > 0 > > > > > > Books > >

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Michael Wechner
> > href="cocoon:/categories_combo.xml#xpointer(xformcategories/*)" > parse="xml"/> > > Perhaps you forget the 'parse' attribute? XInclude supports the cocoon protocol and XPointer. As I know CInclude does not support XPointer (which you alr

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Stephan Michels
> Comics > 4 > > > > Computers > 5 > > > Crafts > 6 > > > Electronics > 7 > > > > Gifts > 8 > > > Loans > 9 > > > Music > 10 > > > > Office Supplies > 11 > > > Other > 12

Re: XInclude/CInclude Issue (Re: including dynamic data withXMLForm)

2002-07-07 Thread Andrew C. Oliver
s 3 Comics 4 Computers 5 Crafts 6 Electronics 7 Gifts 8 Loans 9 Music 10 Office Supplies 11 Other 12 Toys 13 Travel 14 Videos 15 -Andy On Sun, 2002-07-07 at 14:59, Stephan Michels wrote: > > On Sun, 7 Jul 2002, Ivelin Ivanov wrote: > > > > > We coul

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Stephan Michels
On Sun, 7 Jul 2002, Ivelin Ivanov wrote: > > We could use some help from the XInclude/Cinclude experts for > the problem Oliver is trying to solve. > > > - Original Message - > From: "Andrew C. Oliver" <[EMAIL PROTECTED]> > To: "cocoon users

Re: XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread WeikelQ
Pleae change Neil Weikel's e-mail to [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[E

XInclude/CInclude Issue (Re: including dynamic data with XMLForm)

2002-07-07 Thread Ivelin Ivanov
We could use some help from the XInclude/Cinclude experts for the problem Oliver is trying to solve. - Original Message - From: "Andrew C. Oliver" <[EMAIL PROTECTED]> To: "cocoon users" <[EMAIL PROTECTED]> Sent: Sunday, July 07, 2002 12:17 PM Subject:

Re: DTD comments in xinclude/cinclude transformer output

2002-07-03 Thread Sven Kitschke
Stephan Michels wrote: > > On Tue, 2 Jul 2002, Sven Kitschke wrote: > >>Ok, I've a patch against an actual cvs copy (cocoon_2_0_3_branch). >>Should i create a patch entry at bugzilla? >> [snip] > > I also noticed the bug, thanks for the patch. > Patch is applied, please cross-check. > > St

Re: DTD comments in xinclude/cinclude transformer output

2002-07-02 Thread Stephan Michels
On Tue, 2 Jul 2002, Sven Kitschke wrote: > Ok, I've a patch against an actual cvs copy (cocoon_2_0_3_branch). > Should i create a patch entry at bugzilla? > > Sven Kitschke wrote: > > > Hi, > > > > using the cinclude or the xinclude transformer > >

Re: DTD comments in xinclude/cinclude transformer output

2002-07-02 Thread Sven Kitschke
Ok, I've a patch against an actual cvs copy (cocoon_2_0_3_branch). Should i create a patch entry at bugzilla? Sven Kitschke wrote: > Hi, > > using the cinclude or the xinclude transformer > i get everytime the comments from the source > documents DTD included. This res

DTD comments in xinclude/cinclude transformer output

2002-07-01 Thread Sven Kitschke
Hi, using the cinclude or the xinclude transformer i get everytime the comments from the source documents DTD included. This results in ca. 114 kB extra with the DocBook DTD. Although I've not tried to reproduce bug #5973 and http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=10250758

RE: [doc] draft FAQ xinclude/cinclude

2002-06-25 Thread Ruwei \(Randy\) Hu
Hi, Harry, I believe you are right. xinlcude works according to the xinclude spec: http://www.w3.org/TR/xinclude/ Its support of XPointer requires random access to the object model of XML document to be included, which is expensive to construct in runtime, while cinclude only supports straight

RE: [doc] draft FAQ xinclude/cinclude

2002-06-25 Thread Lai, Harry
ils on this (whether CInclude is faster than XInclude for reasons besides caching)? Harry -Original Message- From: Diana Shannon [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 10:11 AM To: [EMAIL PROTECTED] Subject: Re: [doc] draft FAQ xinclude/cinclude On Friday, June 21, 2002, at 1

Re: [doc] draft FAQ xinclude/cinclude

2002-06-21 Thread Diana Shannon
On Friday, June 21, 2002, at 10:25 AM, Lai, Harry wrote: Thanks Harry. > Hi Diana, > > This looks like a great summary to me! Just FYI, I also found an older > post > indicating that CInclude has better performance than XInclude (mentioned > near the bottom of t

RE: [doc] draft FAQ xinclude/cinclude

2002-06-21 Thread Lai, Harry
Hi Diana, This looks like a great summary to me! Just FYI, I also found an older post indicating that CInclude has better performance than XInclude (mentioned near the bottom of the post). http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=100339923211176&w=2 If this is true, it&#x

RE: [doc] draft FAQ xinclude/cinclude

2002-06-21 Thread Vadim Gritsenko
> From: Diana Shannon [mailto:[EMAIL PROTECTED]] > > Q. > What are the similarities and differences of xinclude and cinclude? > > A. > > Similarities > - Both provides mechanisms to include content from other documents > - Both support cocoon:/ protocol (i.e. t

[doc] draft FAQ xinclude/cinclude

2002-06-21 Thread Diana Shannon
Q. What are the similarities and differences of xinclude and cinclude? A. Similarities - Both provides mechanisms to include content from other documents - Both support cocoon:/ protocol (i.e. they both use Cocoon's resolver). xinclude transformer - implements the W3C XInclude spec. - a

XInclude Transformer vs CInlude Transformer

2002-06-09 Thread Ivelin Ivanov
Two almost identical transformers are confusing me. What is the difference between the two? Should one be deprecated? I'd vote for the one which implements the W3C XInclude spec closest. Maybe it should take the best of the other one. -- -= I

Re: Xinclude Problem

2002-05-27 Thread Margrit John
> > In the Browser I get the following error statement: > > > > root cause > > java.lang.OutOfMemoryError > > <> > > > > Cocoon runs properly, if I remove all the (in > > the xml- and > > xslt- and xsp-files) > > > > Are the xi:include really the problem? > > Do you have a stack trace

RE: Xinclude Problem

2002-05-24 Thread Conal Tuohy
> -Original Message- > From: Margrit John [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 25 May 2002 17:35 > Subject: Xinclude Problem > > > In the Browser I get the following error statement: > > root cause > java.lang.OutOfMemoryError > &

Xinclude Problem

2002-05-24 Thread Margrit John
Hi! (I apologize, if this mail is sent twice. I sent it yesterday already, but so far it didn't seem to arrive in the mailing list.) In the Browser I get the following error statement: root cause java.lang.OutOfMemoryError <> Cocoon runs properly, if I remove all the (in the xml- an

Saxon Xinclude problem

2002-05-07 Thread Artur Bialecki
I have a problem with Saxon 6.5.2 and Xinclude transformer. I get the following: java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI at org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl.selectNodeList(XPathProcessorImpl.java:65) at

RE: XInclude

2002-05-07 Thread Vadim Gritsenko
You should use base="" attribute. IIRC: Vadim -- Resistance is futile. > From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] > > This probably already has been discussed. > But I have two files I want to aggregate. One way to do it is with > map:aggregate. &g

XInclude

2002-05-07 Thread Graaf, Edgar de (fin)
This probably already has been discussed. But I have two files I want to aggregate. One way to do it is with map:aggregate. However xinclude has more possiblities, for example I can add a header. My big problem is that I can't use neither a url or a cocoon:/.... in xinclude (or can I?).

RE: xinclude

2002-05-06 Thread Vadim Gritsenko
> From: Margrit John [mailto:[EMAIL PROTECTED]] > > Hi! > I have the two xml files below. In the sitemap I want to generate the xml out > of these two files. My output (default.xml) is the following: > > > http://www.w3.org/2001/XInclude";> > > > &

xinclude

2002-05-06 Thread Margrit John
Hi! I have the two xml files below. In the sitemap I want to generate the xml out of these two files. My output (default.xml) is the following: http://www.w3.org/2001/XInclude";> Why doesn't it resolve the include? page.xml: http://www.w3.org/

RE: XInclude-Transform between the "xsp:logic"-Tag

2002-04-22 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > Hello, > > I want to make an XInclude-Transform between the "xsp:logic"-Tag. But there > happens an "org.apache.cocoon.components.language.LanguageException". > I think the Problem is th

XInclude-Transform between the "xsp:logic"-Tag

2002-04-22 Thread Katrin_Seiffert
Hello, I want to make an XInclude-Transform between the "xsp:logic"-Tag. But there happens an "org.apache.cocoon.components.language.LanguageException". I think the Problem is the order. The XIncludeTransforme must perform before the ServerPagesGenerator. I use the fol

RE: XInclude - optimization/alternatives to

2002-04-02 Thread Sreedhar Chintalapaty
ssage- From: Axel Honfi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 11:09 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: XInclude - optimization/alternatives to Hi! I would first generate the data(featured article) and then format it with xslt. Another way would be to gen

RE: XInclude - optimization/alternatives to

2002-04-02 Thread Axel Honfi
ly if you don't use params in the xslt) than multiple queries to a db. Yes, and you can put xinclude in the content page, take a look at the Xinclude-transformer. Best Regards Axel -Original Message- From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 20

  1   2   >