I have read all the forum topcs related to the HTML Tidy functionality in UE, and I just can't get the results I want. Can somebody help?
I am trying to pretty-print XML.
Here is the content of my Tidy configuration file, which I have saved as tidyConfigXML.txt:
// config file for HTML Tidy
indent: yes
input-xml: yes
output-xml: yes
Here is my sample XML file, which I type into UltraEdit and save as test.xml:
<?xml version="1.0" encoding="UTF-8"?>
<root><element>Testing</element></root>
I pull down Format|HTML Validation|HTML Tidy. I specify my configuration file and check Generate "tidy" document. I click Parse.
The output window responds with "HTML Tidy Parsing ...OK", but I get no *** HTML Tidy Output *** window, and my XML is not reformatted.
I am trying to pretty-print XML.
Here is the content of my Tidy configuration file, which I have saved as tidyConfigXML.txt:
// config file for HTML Tidy
indent: yes
input-xml: yes
output-xml: yes
Here is my sample XML file, which I type into UltraEdit and save as test.xml:
<?xml version="1.0" encoding="UTF-8"?>
<root><element>Testing</element></root>
I pull down Format|HTML Validation|HTML Tidy. I specify my configuration file and check Generate "tidy" document. I click Parse.
The output window responds with "HTML Tidy Parsing ...OK", but I get no *** HTML Tidy Output *** window, and my XML is not reformatted.