AW: Howto close tags?

Hello,

I did a few more researches. I tried to use command "-asxml" on the command
line

My Code contains tags like:

<UL>
<LI> bla
<LI> bla
</UL>

And I would like to know how to close <LI> with Tidy

Thank in advance
Ragnar


> -----Ursprüngliche Nachricht-----
> Von: Ragnar Heil [mailto:ragnar.heil@starsky-consultants.com]
> Gesendet: Donnerstag, 5. Oktober 2006 18:35
> An: 'html-tidy@w3.org'
> Betreff: Howto close tags?
> 
> Hi
> 
> I want to know how to get valid xml out of this source-file:
> http://www.ticope.de/tmp/old1.xml
> 
> Most important is to close tags and bring them into correct order
> 
> I tried this:
> // sample config file for HTML tidy
> indent: auto
> indent-spaces: 2
> wrap: 72
> markup: yes
> output-xml: yes
> input-xml: yes
> show-warnings: yes
> numeric-entities: yes
> quote-marks: yes
> quote-nbsp: yes
> quote-ampersand: no
> break-before-br: no
> uppercase-tags: no
> uppercase-attributes: no
> char-encoding: utf8
> new-inline-tags: cfif, cfelse, math, mroot,
>   mrow, mi, mn, mo, msqrt, mfrac, msubsup, munderover,
>   munder, mover, mmultiscripts, msup, msub, mtext,
>   mprescripts, mtable, mtr, mtd, mth
> new-blocklevel-tags: cfoutput, cfquery
> new-empty-tags: cfelse
> 
> 
> thanks in advance
> Ragnar
> 
> 

Received on Friday, 6 October 2006 12:45:39 UTC