From: Ray B. I. <rba...@ve...> - 2003-11-06 00:43:47
|
Hi, I'm trying to generate the doctype node in my XML file, but since I've upgraded from dom 2.2 to dom 2.6 the documented commands say they aren't implemented - or they don't work. set doctype [dom::libxml2::DOMImplementation createDocumentType $doc Transaction {} RASalesOrders.dtd] set doctype [dom::DOMImplementation createDocumentType $doc Transaction {} RASalesOrders.dtd] Any ideas on how I can generate the doctype directive short or opening the file and seeking to the second line? :) Thanks! Ray. -- Ray Barrett III Project Manager Versatile Mobile Systems Inc. www.versatilemobile.com |