RE: How to read contents of a text fille

2008-06-24 Thread Kent Butler
You don't want to use MS Word as your source file unless you're looking for an advanced programming project, whether using DOC or RTF format. Use a TXT file, if that's going to be your process. You can use anything to accomplish your task, really, but I would suggest Ant since it can be scheduled

Re: Using the navigation page for org.apache.forrest.plugin.input.Daisy

2008-06-24 Thread David Crossley
Michael Toback wrote: > > Maybe I should start from the beginning? > > We want to be able to take content from a Daisy repository and publish > it through Forrest. > > 1. How do I set up the http request? By looking in the index.xml in the > plugin documentation, I think it would be this: > >

RE: Using the navigation page for org.apache.forrest.plugin.input.Daisy

2008-06-24 Thread Michael Toback
Hi Ross, Thanks for your help. Maybe I should start from the beginning? We want to be able to take content from a Daisy repository and publish it through Forrest. 1. How do I set up the http request? By looking in the index.xml in the plugin documentation, I think it would be this: http://u

RE: being added for @id

2008-06-24 Thread Dr. Bhatia Praveen
Hi, Intuitively I also felt strange that and < input id="xxx"> should get entangled this way. In the element I did not give any name attribute but when in the JavaScript I did: alert(document.getElementById("xxx").name) it gave "xxx" ! When I comment out the generation in the document-to-h

Re: being added for @id

2008-06-24 Thread Ross Gardler
Dr. Bhatia Praveen wrote: Hello, I need your expert advice on the following. I use javaScript code via inside xml file which would be rendered into html later. I use a element too. I noticed that document-to-html.xsl recognizes @id and adds before the input element, because of whi

RE: Using the navigation page for org.apache.forrest.plugin.input.Daisy

2008-06-24 Thread Michael Toback
When I install forrest 0.8 on a separate machine and download the 0.8 version of the plugin (from the forrest.apache.org/plugins/ site) I get the following error on running http://localhost:/ Could not find component for role: [org.apache.cocoon.components.modules.input.InputModule/project] (K

being added for @id

2008-06-24 Thread Dr. Bhatia Praveen
Hello, I need your expert advice on the following. I use javaScript code via inside xml file which would be rendered into html later. I use a element too. I noticed that document-to-html.xsl recognizes @id and adds before the input element, because of which the document.getElementBy

Re: Using the navigation page for org.apache.forrest.plugin.input.Daisy

2008-06-24 Thread Ross Gardler
Michael Toback wrote: I am trying to use the Daisy plugin to publish content from a Daisy site via Forrest. It looks to me like you are using the latest SVN head version of Forrest but using the docs from the website (which represent the latest published version of the plugin. The docs one

How to read contents of a text fille

2008-06-24 Thread manojm_singh
Hi all I want to read a text file(say may b a MS word document) and put its contents on the html page. I have developed an intranet for my compny. But i want to display "Thought Of The Day" in the home page. Those thoughts of the day will be listed in a MS word document. SO i have to read one of