Antw: Re: odd problem with transformer

2002-02-08 Thread Johannes Schwarz
Thank you all for your help! I've got still the same problem! I tried the writeToFile suggestion. The dynamic created xml data isn't in the pipeline anymore! Only the static data appears in the output! In my xsp code I build a dom -tree and insert the tree with

Re: odd problem with transformer

2002-02-08 Thread Johannes Schwarz
I found a workaround!!! I have to put the generation- code into an aggregate function! But if someone have another solution or even an explanation I will very thankful Ciao Johannes Schwarz - Please check that your question

odd problem with transformer

2002-02-07 Thread Johannes Schwarz
Hi List! I programmed a directory scanner. It scans a directory structure and builds a tree structure from the files, which match given filter name. The first code snippet of my sitemap shows the output without a transformation. And it operates without any problems (it shows me the directory

Re: odd problem with transformer

2002-02-07 Thread Jozsa Kristof
Hi, If it works from the sitemap without transformation, then I guess the problem is with the xsl transformation after. Without knowing the tags you used in your source, and the xsl file, I cant say much, but I suggest trying and testing out the transformation from the command line with an

Re: odd problem with transformer

2002-02-07 Thread tinu
Jozsa Kristof writes: Under linux I use xsltproc, and it shortens the xsl-tinkering/testing/aint-work cycle very much. Great tool, I didn't know that. An alternative (and dirty) approach is to intercept the SAX stream in the pipeline and write it to a file. Place this into the sitemap

RE: odd problem with transformer

2002-02-07 Thread Vadim Gritsenko
From: Johannes Schwarz [mailto:[EMAIL PROTECTED]] Hi List! I programmed a directory scanner. It scans a directory structure and builds a tree structure from the files, which match given filter name. You know, directory generator supplied with Cocoon does exactly the same, and more: