Ask a Question related to Ruby, Design and Development.
-
Simon Strandgaard #1
catalog.xml, any ruby tools?
I am writing some docbook documentation, If I understand correct
a local catalog.xml file can both avoid hardcoding in makefiles, plus
speed up if the stylesheet+dtds is located on the local machine.
Has any of you made a ruby script which can generate catalog.xml,
out from where the stylesheet+dtds is localy located ?
--
Simon Strandgaard
Simon Strandgaard Guest
-
Article : Security Tools Part -- 2 (.Net FrameWork Tools Series)
Hey Group, Yesterday we created our own certificate installed the certificate in the certificate store and even created a key container for the... -
Unixoid tools in Ruby?
Hi! The discussion on a Ruby oriented Linux is limited to init scripts in Ruby, Ruby scripts to compile software from source and the like. I... -
Article on oreilly.net on how to build Unix tools with Ruby
Thought you'd like to know about this article This links to the printable version, much easier to read. http://linux.oreillynet.com/lpt/a/4159 ... -
[ANN] ruby-freedb, ruby-serialport, ruby-mp3info moved to Rubyforge
http://ruby-freedb.rubyforge.org/ http://ruby-serialport.rubyforge.org/ http://ruby-mp3info.rubyforge.org/ bye! --... -
Tools Catalog
I have installed DB2 V8.1 WSE on Linux. Everything worked fine. But when I issued the CREATE TOOLS CATALOG command, it just hung and kept one of the... -
Alexander Bokovoy #2
Re: catalog.xml, any ruby tools?
On Thu, Aug 21, 2003 at 01:09:15AM +0900, Simon Strandgaard wrote:
No but I can point you to libxml2 where xmlcatalog utility resides. Look> I am writing some docbook documentation, If I understand correct
> a local catalog.xml file can both avoid hardcoding in makefiles, plus
> speed up if the stylesheet+dtds is located on the local machine.
>
> Has any of you made a ruby script which can generate catalog.xml,
> out from where the stylesheet+dtds is localy located ?
at how it operates and you'll be able to write the same in Ruby easily.
--
/ Alexander Bokovoy
---
Insert coin for new game
Alexander Bokovoy Guest
-
Simon Strandgaard #3
Re: catalog.xml, any ruby tools?
On Thu, 21 Aug 2003 02:21:41 +0900, Alexander Bokovoy wrote:
The xmlcatalog tool only confuses one more than it helps.> On Thu, Aug 21, 2003 at 01:09:15AM +0900, Simon Strandgaard wrote:>>> I am writing some docbook documentation, If I understand correct
>> a local catalog.xml file can both avoid hardcoding in makefiles, plus
>> speed up if the stylesheet+dtds is located on the local machine.
>>
>> Has any of you made a ruby script which can generate catalog.xml,
>> out from where the stylesheet+dtds is localy located ?
> No but I can point you to libxml2 where xmlcatalog utility resides. Look
> at how it operates and you'll be able to write the same in Ruby easily.
I like its idea of a shell where you can query on any catalog.xml file,
unfortunatly xmlcatalog query interface is insufficiently and ackward.
A Ruby replacement would be nice.
I have written a short tutorial on how to setup a DocBook environment
which uses catalog.xml, it should approxmately take 15 minutes.
[url]http://aeditor.rubyforge.org/mini_docbook.html[/url]
Please review and comment on it.
--
Simon Strandgaard
Simon Strandgaard Guest



Reply With Quote

