/*
  * @see org.primordion.xholon.io.xml.XmlWriter#writeComment(java.lang.String)
  */
 public void writeComment(String data) {
   /*try {
   	ctdWriter.writeComment(data);
   } catch (XMLStreamException e) {
   	e.printStackTrace();
   }*/
   super.writeComment(data);
 }