Origami::XFA::Element
The stylesheet packet encloses a single XSLT stylesheet.
# File lib/origami/xfa.rb, line 892 def initialize(id) super("xsl:stylesheet") add_attribute 'version', '1.0' add_attribute 'xmlns:xsl', 'http://www.w3.org/1999/XSL/Transform' add_attribute 'id', id.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.