I am trying to use standard edtion v1.28p1 (downloaded this week) to create Internet Drafts as specifed in RFC 2629.
I have added Bill Fenner's v 1.26 xml2rfc java plugin. Copied into your java subdirectory. From xml.resource.org I have downloaded sample.xml (attached), the XSL transformation and the DTD. I have put these all in a directory (the xsl zip created a rfc2629xslt subdirectory). A simple opening of sample.xml, then a file save as to sample1.xml results in a file that the xml2rfc online tool at xml.resource.org rejects with the error: unable to find external file http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml.xml What am I missing. Why is xml editor changing: <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [ <!ENTITY rfc2119 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'> ]> to: <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [ <!ENTITY rfc2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml"> ]> ????? Please advise. I have lost a couple days already fighting this. I am not adverse to paying for an xml editor once I see that it is usable. Barrs Law of Recursive futility If you're smart enough to use one of these.... .....you can probably manage without one! -------------- next part -------------- A non-text attachment was scrubbed... Name: sample.xml Type: application/xml Size: 1347 bytes Desc: not available Url : http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20041216/9f24c84c/attachment.xpdl -------------- next part -------------- A non-text attachment was scrubbed... Name: sample1.xml Type: application/xml Size: 1247 bytes Desc: not available Url : http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20041216/9f24c84c/attachment-0001.xpdl

