class Origami::XDP::Packet::StyleSheet


The stylesheet packet encloses a single XSLT stylesheet.

def initialize(id)

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