var fDesc=new Array(); fDesc[0] = "HTML2XML converts HTML documents prepared in Word into XML format. Converting HTML documents into XML format can make XML documents that comply with the PCT e-filing standard (Annex F of the PCT Administrative Instructions).

Main Features:

- HTML documents can be prepared and converted into XML format through typical Word operations.
HTML2XML is not an XML authoring tool. In other words, no special knowledge and operations are necessary to write in XML. An HTML document can be prepared for input by simply creating a document with headings enclosed in { } or [ ] with Word and saving it in HTML format.
- Word macros to help assign paragraph numbers and enter { } and [ ] are provided as samples.
HTML2XML comes with Word macros to support the preparation of documents. To convert a document with HTML2XML, paragraph numbers must be inserted and headings enclosed in { } or [ ]. Word macros support these tasks. A document as shown in the figure can be prepared by simply clicking buttons."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }