RE: DOCBOOK-APPS: xalan params

2002-04-12 Thread Jeff Beal
Change this line: xsl:textThe param test = $test/xsl:text to this: xsl:textThe param test= /xsl:textxsl:value-of select=$test/ Jeff Beal Ansys, Inc. (724)514-3150 [EMAIL PROTECTED] -Original Message- From: Eric Richardson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 11:09 AM

Re: DOCBOOK-APPS: Website Info Needed

2002-04-12 Thread Dave Pawson
At 07:37 12/04/2002 -0700, Eric Richardson wrote: Hi Dave, Thanks for the help, I'll give it a try. I'm really intrigued by the metadata nature of the system and that boiler plate, menus etc can be added and changed easily. I thought so too. Then I found ant :-) One hell of an overlap in

Re: DOCBOOK-APPS: xalan params

2002-04-12 Thread Eric Richardson
Jeff Beal wrote: Change this line: xsl:textThe param test = $test/xsl:text to this: xsl:textThe param test= /xsl:textxsl:value-of select=$test/ I have this XSLT book, Michael Kay open and just tried this out but I guess you can't do XSLT without trying so I appreciate the beginner help.

Re: DOCBOOK-APPS: Website Info Needed

2002-04-12 Thread Eric Richardson
Dave Pawson wrote: At 07:37 12/04/2002 -0700, Eric Richardson wrote: Hi Dave, Thanks for the help, I'll give it a try. I'm really intrigued by the metadata nature of the system and that boiler plate, menus etc can be added and changed easily. I thought so too. Then I found

Re: DOCBOOK-APPS: locating stylesheets with a param

2002-04-12 Thread Bob Stayton
On Fri, Apr 12, 2002 at 10:21:03AM -0700, Eric Richardson wrote: Hi, I'm hope someone has dealt with this before. I would like to have the flexibility to *not* have driver files in the file system near the docbook-xsl but also I don't want to hard code the import of the stylesheets.

Re: DOCBOOK-APPS: locating stylesheets with a param

2002-04-12 Thread Eric Richardson
Bob Stayton wrote: On Fri, Apr 12, 2002 at 10:21:03AM -0700, Eric Richardson wrote: Hi, I'm hope someone has dealt with this before. I would like to have the flexibility to *not* have driver files in the file system near the docbook-xsl but also I don't want to hard code the import of the

Re: DOCBOOK-APPS: locating stylesheets with a param

2002-04-12 Thread Dave Pawson
At 11:04 12/04/2002 -0700, Bob Stayton wrote: There is help for setting up catalog files in Dave Pawson's FAQ: http://www.dpawson.co.uk/docbook/catalogs.html but I think that FAQ is off the air at the moment? Has it been moved, or will it be coming back? It will be back (in fact is up again)

Re: [Fwd: Re: DOCBOOK-APPS: jadetex very slow on windows]

2002-04-12 Thread Sharon B Jones
Juan, Your solution: You can use the SYSTEM identifier and share a folder over the network. Then put \\machine\drive\path\docbook.dsl Everybody will use the same file. It's what I do. Won't work properly in our environment - some of us use Windows, and some use Linux (various flavors)or am

RE: [Fwd: Re: DOCBOOK-APPS: jadetex very slow on windows]

2002-04-12 Thread David Cramer
PerhapsSamba would help: http://www.samba.org/ David Your solution: You can use the SYSTEM identifier and share a folder over the network.Then put \\machine\drive\path\docbook.dslEverybody will use the same file. It's what I do.Won't work properly in our environment - some of us

RE: [Fwd: Re: DOCBOOK-APPS: jadetex very slow on windows]

2002-04-12 Thread Sharon B Jones
This whole thing sounds like a workaround to fix something that should work! Besides, now I have to add Samba? It's a lot of effort for something that should work without it! Thanks, Sharon ~~ Sharon Jones [EMAIL PROTECTED] Voice:

Re: [Fwd: Re: DOCBOOK-APPS: jadetex very slow on windows]

2002-04-12 Thread Ian Castle
Use a PUBLIC identifier... then this is defined in the catalog. You then need a windows catalog and a UNIX/linux catalog for each machine... .. I use the following setup: 1. Each document has (at least) - The SGML/XML file - A corresponding minimal stylesheet driver - a Makefile