Sorry for not answering that -- well a) because the html cleaner/parser I've written (using HTML::PullParser) sometimes leaves them behind in unscrambling jumbled html (because it doesn't know the difference between <i>hjhk<b>hjhkj</i>hkjhk</b> and <i>kkp<b>ttyt</i></b> and reopens the b tag after the /i), and b) even if they were only there when the user/user's html generator left them in they're pointless (especially given how harshly I've cleaned the code otherwise), and take up extra space and bandwidth.

And how exactly do you mean 'bundling' it? This application isn't tied to one os much less one type of hardware -- and you need to know that to provide a binary. A list of choices is just going to confuse them. *pictures self spending life helping people who downloaded the Win32 version because that's what their desktop is.* For a module or corprate application you can assume that the person installing it isn't totally braindead, and understands a little about the server -- there are days I want to stick my more braindead adminuser user cases in a firepit, unfortunately they're realistic. :|

Thanks, and if I do, I will :) hell if I become less insolvent in general I prolly will whether or not this project makes money ;)


In reply to Re^4: regex: deleting empty (x)html tags by CrysC
in thread regex: deleting empty (x)html tags by CrysC

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.