Problem with bonebreaker example on cocooncenter.de solved

2003-04-06 Thread Ines Robbers
Hi,

The other day I mentioned that the bonebreaker example on
http://www.cocooncenter.de/cc/documents/resources/navigation/index.html
is not working under Cocoon 2.1.
Well, just in case someone is trying it out and wondering why it doesn't
work:

org.apache.cocoon.matching.WildcardURIMatcherFactory is deprecated and
replaced by WildcardURIMatcher - code factories should no longer be
used.

So in the bonebreaker subsitemap under components simply replace  

 

 

with 



 

and it works fine.

Happy Sunday!

Ines 



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



CLASSPATH

2003-04-03 Thread Ines Robbers
Hi,

Can someone tell me what this CLASSPATH environment variable is supposed
to look like (I'm trying to install Cocoon and Lenya).

CLASSPATH = .\;C:\Programme\Apache Group\apache-ant-1.5.2\lib

What does this .\; mean? Is this some sort of command? Or does it have
to be simply:

CLASSPATH = C:\Programme\Apache Group\apache-ant-1.5.2\lib

Many thanks!


Ines 


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



Navigation Issue

2003-03-26 Thread Ines Robbers
Hi list,

I'm building my first cocoon site on the basis of this article:
http://www.cocooncenter.de/cc/documents/resources/navigation/index.html

Now, I don't only want to use a menu on the left but also one above it,
one at the top of the page and a footer at the bottom. It all should
look like this: http://www.comprehend.de/unipotsdam/

I am uncertain about the approach: Do I stick all links in that one
toc.file? But how do I separate them? At the moment I'm working with
 for all menus but have different , 
and so on.

In the menupage.xsl I then call the links with:



 

But that way I have all menus together at once and in the same position.

My question: What do I do to be able to separately call the several
menus?

Many thanks for your help!!!

Ines



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



Any Cocoon People in Berlin, Germany?

2003-03-21 Thread Ines Robbers
Hallo!

Gibt es hier in der Liste Cocoon-Kenner aus Berlin?
Ich bin auf der Suche nach MitstreiterInnen für ein Gründungsprojekt.

Freue mich auf Antwort!

Ines



Hi there,

Are there any people from Berlin working with Cocoon and interested in
meeting up?

Ines



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



AW: Image doesn't display

2003-03-12 Thread Ines Robbers
Thank you guys for your help!
I got it working now - the folder you were talking about, rich, was
hidden under:

Programme/Apache Group/Tomcat 4.1/webapps/ROOT  :-)

Have a nice day!

Ines




* Ince,
* 
* The apache folder htdocs or wwwROOT is the folder which 
* apache serves its web pages from. Say your address was
* 
*   http://localhost/cocoon/GUITARS/index.html
* 
* 
* Then the folder directory structure would look like this
* 
*   C:\Programme\Apache\apache folder where you pages are 
* served from\GUITARS\images\your files in here.gif
 



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



AW: Image doesn't display

2003-03-11 Thread Ines Robbers
Many thanks, Richard!

I have all the files under Programme/Apache Group/Tomcat
4.1/webapps/cocoon/MYFOLDER/img

I have searched for something like a htdocs or wwwROOT - but without
success.
Not sure how to search for the folder you were talking about. ?

Do you mean to save ALL my files under that directory or just the
images?

Ines



* -Ursprüngliche Nachricht-
* Von: Richard Cunliffe [mailto:[EMAIL PROTECTED] 
* Gesendet: Dienstag, 11. März 2003 23:05
* An: [EMAIL PROTECTED]
* Betreff: RE: Image doesn't display
* 
* 
* Ok I have had this trouble today as well.
* 
* Do you have your xml files under the cocoon folder or one of 
* your own. If so put the images into a folder like shown:
* 
* C:\Program Files\Apache Group\Apache2\htdocs\YOUR FOLDER\images
* 
* YOUR FOLDER = if you have your xml files in a folder called 
* 'guitars' under the cocoon folder then your folder would be guitars.
* 
* The htdocs folder is the folder that serves to the web from 
* apache, it might be different for you e.g. wwwROOT
* 
* 
* You then reference your images in the xsl file like so:
* 
* 
* 
* Your images will then display when the webpage is loaded
* 
* 
* Hope this helps,
* 
* Richard.
* 
* 
* 
* 
* 
* -Original Message-----
* From: Ines Robbers [mailto:[EMAIL PROTECTED] 
* Sent: 11 March 2003 21:54
* To: Cocoon Mailingliste
* Subject: Image doesn't display
* 
* Hello!
* 
* I have a problem displaying an image in a stylesheet:
* 
* I have read the stuff on 
* http://wiki.cocoondev.org/Wiki.jsp?* page=ServingStaticFiles 
* "Serving Static Files" but I can't 
* get it to work. It sais in the end there is another why 
* serving images through apache. How does that work?
* 
* For now I tried to generate, transform and serialize the 
* image because as is explain on wiki: "the Reader method won't 
* work for a static HTML document" 
* 
* What generator do I use to generate images?
* 
* Can anybody please help?
* 
* 
* This is what I wrote in the sitemap:
* 
*
* 
*
*
*
* 
* 
*
* 
* 
* Many thanks!
* 
* Ines 
* 
* 
* 
* -
* To unsubscribe, e-mail: [EMAIL PROTECTED]
* For additional commands, e-mail: [EMAIL PROTECTED]
* 
* 
* 
* 
* -
* To unsubscribe, e-mail: [EMAIL PROTECTED]
* For additional commands, e-mail: [EMAIL PROTECTED]
* 
* 



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



Image doesn't display

2003-03-11 Thread Ines Robbers
Hello!

I have a problem displaying an image in a stylesheet:

I have read the stuff on
http://wiki.cocoondev.org/Wiki.jsp?page=ServingStaticFiles "Serving
Static Files" but I can't get it to work.
It sais in the end there is another why serving images through apache.
How does that work?

For now I tried to generate, transform and serialize the image because
as is explain on wiki: "the Reader method won't work for a static HTML
document" 

What generator do I use to generate images?

Can anybody please help?


This is what I wrote in the sitemap:

 

   
   
   


   


Many thanks!

Ines 



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



RE: Forms

2003-03-11 Thread Ines Robbers
Dear Antonio,

These forms should be available online as well as being printable.
Depending on the form it can either be filled in and send back online or
in case of serious issues such as an application the form should be
printable so that people can send it back by post.
Only in the future online applications will be allowed when the digital
signature has been established.

The current format of the forms are pdf (example:
http://www.uni-potsdam.de/u/studium/formulare/a_wechsel_studiengang.pdf)

I guess it would be nice to have versions in XHTML and PDF at least.

The problem is that I have no idea how Cocoon handles forms and how I
should go about this.

I'd appreciate your help!

Ines


Antonio Gallardo:
* Please be a little more specific. The forms will be filled 
* online or just printed by your customer and sended back to you via.

 
Ines Robbers:
* > We want to use Cocoon for our forms (application forms etc.). It 
* > should be something like a "form center". What is the best 
* > approach to realise this? Are there any examples on the net?



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



Forms

2003-03-11 Thread Ines Robbers
Hello list,

We want to use Cocoon for our forms (application forms etc.).
It should be something like a "form center".
What is the best approach to realise this?
Are there any examples on the net?

Many thanks!

Ines 



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



HSQLDB

2003-02-17 Thread Ines Robbers
Hi again,

I've got yet another question to do with HSQLDB which I have never used.
Reading "Cocoon: Building XML Applications" I've come across an HSQLDB
example (p. 176) which works fine but I wonder why.

I'm calling 

personnel

With some queries id, name from department

and get the data

1 Development 
2 Management 
3 Testers 
4 TestDep 

I would like to know where this content comes from, actually where I
find the database that ships with Cocoon and how to add new data to it.

I'b grateful for help!

Thank you very much

Ines 



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




CLI

2003-02-17 Thread Ines Robbers
Hello!

I'm trying to understand the command-line interface of Cocoon -
unfortunately without much success so far.
The Cocoon version I'm using is 2.0.4. Where do I find the java.class
that starts the CLI? Do I have to download anything?
Is it correct that once the class has started I type in:

java -jar cocoon.jar -c  (as an example)  

to start with whatever I intend to do?

Many thanks for help!

Ines 



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




RESOLVED: PDF Problem

2003-02-11 Thread Ines Robbers
Hi there,

Quite a while ago I asked why the PDF-examples in "Cocoon: Building XML
Applications" by Ziegler & Langham don't work - at least on Cocoon
version 2.0.4

I found the reason in the XSL:FO stylesheet:

It's supposed to be 

master-reference="page"   instead of

master-name="page"

Does anyone know more about this?

Cheers

Ines



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




AW: resource-exists problem

2003-02-11 Thread Ines Robbers
Hi Luca,

Thanks for your help!

* The "url" parameter is relative to the sitemap directory. 
* Therefore, if the jobs.xml existed in the test directory, you 
* would use value="test/jobs.xml" to properly assess its existence.

I managed to get it working.






  
  

 
 
 
 
 




:-)



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




resource-exists problem

2003-02-11 Thread Ines Robbers
Hello!

Can someone help me with this:






  
  

 
 
 
 
 



When I type in http://localhost:8080/cocoon/test/jobs, for some reason
Cocoon brings up DocumentNotAvailable.xml even though a jobs.xml
document does exist.
What am I doing wrong here?

Many thanks!



Ines Robbers



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




experiences with Morphon?

2003-02-01 Thread Ines Robbers
Hi there,

Has anyone experiences with Morphon - XML Editor
(http://www.morphon.com/xmleditor/index.shtml)?

Would be interested in you opinion especially with regards to its
support of XML Schema.

Many thanks!

Ines





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




xml:lang="de" question

2003-01-12 Thread Ines Robbers
Hi,

Can someone tell me what is the correct way of marking the language as
german:

http://www.w3.org/1999/xhtml"; xml:lang="de" lang="de">
or
http://www.w3.org/1999/xhtml"; xml:lang="en" lang="de">
or
http://www.w3.org/1999/xhtml"; xml:lang="de">
or any other possibilities...  :-)

What is the difference between xml:lang="en" and lang="de"?

Many thanks!

Ines



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




AW: Cocoon webpage in Arabic

2003-01-08 Thread Ines Robbers
Hi Jeremy,

I found something on that in "Beginning XML" by D. Hunter on page 48, in
case you have it :-)
It sais that Unicode is designed to cover all of the characters in *any*
human language.
Also it is recommended to use UTF-16 for any other language that is not
English because the file size would be smaller.

These two arabic sites however use charset=windows-1256:
http://www.aljazeera.net/
http://news.bbc.co.uk/hi/arabic/news/ 

http://www.arabynet.com uses UTF-8:



Regarding the reverse flow:
"Unicode includes the default writing mode for each character. Thus,
Arabic is automatically presented right-to-left. If you want it
presented left-to-right, you need to use the bidi-overide attriute of
fo:inline. This also allows you to embed left-to-rigth text into
right-to-left data (e.g., English words embedded in an Arabic stream)."
http://www.biglist.com/lists/xsl-list/archives/200201/msg01289.html

This thread on a multilangauge experiment could be interesting too:
http://lists.xml.org/archives/xml-dev/24/msg00395.html

What international encodings are supported by Xerces-J?
ISO Latin Arabic (ISO-8859-6) 
EBCDIC Arabic (ebcdic-cp-ar1)
http://xml.apache.org/xerces2-j/faq-general.html#faq-6

And more...
جدول

Mapping:

   
   

http://xml.coverpages.org/unicode22-SampleAliases2.xml

This might be useful to you too:
This shows how to use the xml:lang attribute to indicate to a search
engine where to find the Arabic version of a document.
http://example.com/manual/arabic.html"/>
http://www.w3.org/TR/2002/WD-xhtml2-20021211/mod-link.html


http://lists.xml.org/archives/xml-dev/24/msg00445.html

Ok, exotic... SVG in arabic:
http://www.zvon.org/HowTo/Output/BEtestsuite_structure-lang-BE-08.php


Regards,

Ines



* -Ursprüngliche Nachricht-
* Von: Jeremy Quinn [mailto:[EMAIL PROTECTED]] 
* Gesendet: Mittwoch, 8. Januar 2003 13:04
* An: [EMAIL PROTECTED]
* Betreff: Cocoon webpage in Arabic
* 
* 
* Dear All,
* 
* I just found out yesterday that I have to have a page in Arabic on a 
* site I am working on that is otherwise in English, with a bit 
* of French 
* and Spanish (using UTF-8).
* 
* I have never worked in non-latin languages before!
* 
* Can anyone advise me what kind of issues I will face?
* 
* Does utf-8 cover Arabic?
* Are there different 'xml:lang' specifiers for different forms 
* of Arabic? Do you have to do anything special in the 
* generated HTML to reverse the 
* text-flow?
* 
* Please excuse my extreme ignorance!
* 
* Thanks for any help.
* 
* regards Jeremy
* 
* 
* -
* 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]>




Cocoon the solution?

2003-01-03 Thread Ines Robbers
Hello!

I am wondering whether Cocoon is the solution to my problem:

I am working for a university who wants me to redesign their homepage.
It has to be accessible to everyone (i.e. needs to conform to the Web
Accessibility Guidelines) and be dead easy in maintanance. 
The problems I have encountered so far are:
There will be many different people who will edit, update, maintain or
expand the pages.
These people in most cases have never seen an html code.
In fact what they love to do is saving a word doc into html and loading
it onto the server.
But all pages are supposed to be in valid XHTML, controled by CSS.

Is this a case for Cocoon?

Could secretaries load up their word docs (and whatever else they get
into their hands) and the rest Cocoon does for them? I.e. generate XML
from Word and tranform it into valid, accessible XHTML code?

I would be grateful for your opinions!
Do you know of any university who is using Cocoon?

Ines 



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




Is this a case for Cocoon?

2003-01-03 Thread Ines Robbers
Hello!

I am wondering whether Cocoon is the solution to my problem:

I am working for a university who wants me to redesign their homepage.
It has to be accessible to everyone (i.e. needs to conform to the Web
Accessibility Guidelines) and be dead easy in maintanance. 
The problems I have encountered so far are:
There will be many different people who will edit, update, maintain or
expand the pages. These people in most cases have never seen an html
code. In fact what they love to do is saving a word doc into html and
loading it onto the server. But all pages are supposed to be in valid
XHTML, controled by CSS.

Is this a case for Cocoon?

Could secretaries load up their word docs (and whatever else they get
into their hands) and the rest Cocoon does for them? I.e. generate XML
from Word and tranform it into valid, accessible XHTML code?

I would be grateful for your opinions!
Do you know of any university who is using Cocoon?

Ines 



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




cocoon book [was: pdf problem]

2002-12-30 Thread Ines Robbers
Hi,

Many thanks for your reply!

* (and get a more recent book).

Can you recommend one that is suitable for a beginner like me with some
XML and XSLT and no Java knowledge?

Cheers,

Ines





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




AW: pdf problem

2002-12-30 Thread Ines Robbers
Hi,

I'm a total beginner... 
I opened the folder %PATH_TO_COCOON/WEB_INF/logs but not sure what to
look for...

Where do I get these jars you were talking of and where do I put them?



Ines




* -Ursprüngliche Nachricht-
* Von: Perry Molendijk [mailto:[EMAIL PROTECTED]] 
* Gesendet: Montag, 30. Dezember 2002 16:46
* An: [EMAIL PROTECTED]
* Betreff: Re: pdf problem
* 
* 
* This is a pretty vague reply but I ran into the same problem 
* when moving from C2.0.3 to C2.1 but I can't remember exactly 
* what I did to fix it. I do know it has to do with Cocoon 
* because the same files were working fine under C2.0.3.
* 
* Check the error log (%PATH_TO_COCOON/WEB_INF/logs).
* 
* I think it had to with some jars (xalan-2.4.1.jar, 
* xercesImpl-2.1.0.jar and
* xml-apis.jar) not being in the common\endorsed of the tomcat 
* installation.
* 
* Perry
* 
* - Original Message -
* From: "Antonio Gallardo" <[EMAIL PROTECTED]>
* To: <[EMAIL PROTECTED]>
* Sent: Monday, December 30, 2002 11:04 PM
* Subject: Re: pdf problem
* 
* 
* > Hi Ines:
* >
* > Assuming that the PDF generation is right. There is a problem with 
* > Adobe Acrobat Reader. Try to set in the configuration of 
* Acrobat that 
* > will not open on the same windows (explorer). It must resolve your 
* > problem.
* >
* > Regards,
* >
* > Antonio Gallardo.
* >
* > Ines Robbers dijo:
* > > Hi there,
* > >
* > > I'm running Cocoon 2.0.4 on Windows XP and Tomcat 4.1.
* > >
* > > At the moment I'm trying out the examples from the book "Cocoon: 
* > > Building XML Applications" by M. Langham & C. Ziegler.
* > >
* > > In case of PDF-creation, Acrobat is starting to load the file but 
* > > then a window pops up saying: "The file is damaged and 
* could not be 
* > > repaired". (Acrobat itself is working fine with other pdf)
* > >
* > >
* > > This is the Sitemap fragment:
* > >
* > >   
* > >   
* > >   
* > >   
* > >   
* > >   
* > >   
* > >
* > >
* > > This is the XML:
* > >
* > > 
* > > 
* > > Ines
* > > 
* > >
* > >
* > > And the XSL:
* > >
* > > 
* > >
* > >  >   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
* > >   xmlns:fo="http://www.w3.org/1999/XSL/Format";>
* > >
* > >   
* > >http://www.w3.org/1999/XSL/Format";>
* > >
* > > 
* > >   >   page-height="29.7cm"
* > >   page-width="21cm"
* > >   margin-top="1cm"
* > >   margin-bottom="2cm"
* > >   margin-left="2.5cm"
* > >   margin-right="2.5cm">
* > >
* > >
* > >
* > >  
* > >
* > >  
* > >
* > >  > page-position="first"/>
* > >
* > >  
* > > 
* > >
* > > 
* > >   
* > > 
* > >   
* > > 
* > >
* > >   
* > >
* > >   
* > >  > text-align="center">
* > >   
* > >
* > > 
* > >
* > >
* > > I've also tried it with different filenames in different 
* folders but 
* > > it's always the same error message.
* > >
* > > Anyone got an idea?
* > >
* > > Many thanks for help!
* > >
* > >
* > > Ines
* > >
* > >
* > >
* > > 
* 
* > > -
* > > 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]>
* >
* >
* 
* 
* -
* 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]>




PDF problem

2002-12-30 Thread Ines Robbers
Hi there,

I'm running Cocoon 2.0.4 on Windows XP.

At the moment I'm trying out the examples from the book "Cocoon:
Building XML Applications" by M. Langham & C. Ziegler. Some of them
work, others don't even though I've copied them from CD.

In case of PDF-creation, for instance, Acrobat is loading but then a
window pops up saying: "The file is damaged and could not be repaired".
(Acrobat itself is working fine with other pdf)


This is the Sitemap fragment:

  





  


This is the XML:



Ines



And the XSL:



http://www.w3.org/1999/XSL/Transform";
  xmlns:fo="http://www.w3.org/1999/XSL/Format";>

  
   http://www.w3.org/1999/XSL/Format";>
   

 
   
   
   
 

 
   
 
   
 



  

  

   
  

  

  




I've also tried it with different filenames in different folders but
it's always the same error message.

Anyone got an idea?

Many thanks for help!


Ines 



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




pdf problem

2002-12-30 Thread Ines Robbers
Hi there,

I'm running Cocoon 2.0.4 on Windows XP and Tomcat 4.1.

At the moment I'm trying out the examples from the book "Cocoon:
Building XML Applications" by M. Langham & C. Ziegler.

In case of PDF-creation, Acrobat is starting to load the file but then a
window pops up saying: "The file is damaged and could not be repaired".
(Acrobat itself is working fine with other pdf)


This is the Sitemap fragment:

  





  


This is the XML:



Ines



And the XSL:



http://www.w3.org/1999/XSL/Transform";
  xmlns:fo="http://www.w3.org/1999/XSL/Format";>

  
   http://www.w3.org/1999/XSL/Format";>
   

 
   
   
   
 

 
   
 
   
 



  

  

   
  

  

  




I've also tried it with different filenames in different folders but
it's always the same error message.

Anyone got an idea?

Many thanks for help!


Ines 



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




Java 1.4 configuration for Cocoon

2002-12-17 Thread Ines Robbers
Hello!

I'm trying to install cocoon with the help of
http://xml.apache.org/cocoon/installing/index.html and got stuck here:

Java 1.4 configuration 
"...follow these steps: 
1. Create %JAVA_HOME%\jre\lib\endorsed directory. 
2. Copy xerces-XXX.jar, xalan-XXX.jar, and the xml-apis.jar from the
.\lib\core\ to the %JAVA_HOME%\jre\lib\endorsed\ directory."

There are no such files on my system. Perhaps I downloaded the wrong
cocoon?
I am using WindowsXP and saved the file: 
cocoon-2.0.4-vm14-bin.zip, 06-Dec-2002 04:05, 19M  <-[ Latest
binary distribution for JDK 1.4] 
from http://xml.apache.org/cocoon/dist/ on my computer.

Perhaps someone could help?

Many thanks!!

Ines



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