|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
eclipse.xsl - output filenames customizable?Hello,
I'm trying to convert our document into eclipse-help-html-files, and it works, but the abbreviations for the output files are not too usable for me, because I want to program an additional tool where I can group some themes and chapters for some specific software components - so it would be very cool for me if the filenames were not ch01s05.html or something, but their chapter or section ids instead. Is that possible? They are of course unique, so it shouldn't be a problem for the filesystem, I suppose. Any suggestions? Greetings Rock Lobster (PS: I tried to find a parameter for that but I wasn't successful. I also searched this forum but couldn't find anything) |
|
|
RE: eclipse.xsl - output filenames customizable?Eclipse output is a customization of the chunking/html xslts, so what
applies to chunking applies to eclipse. You'll want to set use.id.as.filename to 1 and add ids to the sections/chapters or use the <?dbhtml filename="foo.html"?> processing instruction: http://docbook.sourceforge.net/release/xsl/current/doc/html/use.id.as.fi lename.html http://www.sagehill.net/docbookxsl/Chunking.html David > -----Original Message----- > From: Rock Lobster [mailto:email@...] > Sent: Wednesday, April 11, 2007 1:52 AM > To: docbook@... > Subject: [docbook] eclipse.xsl - output filenames customizable? > > > Hello, > > I'm trying to convert our document into > eclipse-help-html-files, and it works, but the abbreviations > for the output files are not too usable for me, because I > want to program an additional tool where I can group some > themes and chapters for some specific software components - > so it would be very cool for me if the filenames were not > ch01s05.html or something, but their chapter or section ids instead. > > Is that possible? They are of course unique, so it shouldn't > be a problem for the filesystem, I suppose. Any suggestions? > > Greetings > Rock Lobster > > (PS: I tried to find a parameter for that but I wasn't > successful. I also searched this forum but couldn't find anything) > -- > View this message in context: > http://www.nabble.com/eclipse.xsl---output-filenames-customiza > Sent from the docbook General mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docbook-unsubscribe@... > For additional commands, e-mail: docbook-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-unsubscribe@... For additional commands, e-mail: docbook-help@... |
|
|
RE: eclipse.xsl - output filenames customizable?thanks! that worked perfectly
|
| Free embeddable forum powered by Nabble | Forum Help |