Import('env')

#
# Create document
#
env.DocbookXslt('out.xml', 'in.xml', 
                xsl='to_docbook.xslt')
