[ 原始碼: ruby-builder ]
套件:ruby-builder(3.2.3-1)
Ruby library to facilitate programmatic generation of XML markup
Builder is a library that allows easy programmatic creation of XML markup. It gives you a Ruby API to build structures and methods to dump it to XML. Some of the features:
* Easy generation by mapping method calls to elements, arguments to attributes and blocks to contents. * XML comment & processing instruction support. * XML entity declaration support. * Some support for XML namespaces. * Default escaping of string attribute values. * UTF-8 support.
其他與 ruby-builder 有關的套件
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-blankslate
- Ruby library providing a class with no predefined methods
-
- sug: ruby-builder-doc
- Ruby library to facilitate programmatic generation of XML markup