Possible Duplicate:
Print an XML document without the XML header line at the top
I'm trying to create a fragment of XML using the Nokogiri::XML::Builder but I can't find any documentation on how to exclude the processing instruction (<?xml version=...
)
Can anyone point me in the right direction?