AW: Howto close tags?
"Ragnar Heil" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Organization | Starsky Consultants |
| Message-ID | <003201c6e945$4958cf10$0202fea9@Amigito> |
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:[email protected]] > Gesendet: Donnerstag, 5. Oktober 2006 18:35 > An: '[email protected]' > 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 > >