catalog.xml, any ruby tools?

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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 ...
    4. [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! --...
    5. 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...
  3. #2

    Default Re: catalog.xml, any ruby tools?

    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.
    --
    / Alexander Bokovoy
    ---
    Insert coin for new game

    Alexander Bokovoy Guest

  4. #3

    Default Re: catalog.xml, any ruby tools?

    On Thu, 21 Aug 2003 02:21:41 +0900, Alexander Bokovoy wrote:
    > 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.
    The xmlcatalog tool only confuses one more than it helps.
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139