TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

XML/Unix Processing Tools

3 pointsby mindBalmost 2 years ago

1 comment

mindBalmost 2 years ago
If you&#x27;d like to try these tools, someone has copied the source onto github[1] from the now defunct homepage. I&#x27;ve only been playing with this for a few minutes, but the only &quot;problem&quot; I&#x27;ve run into so far is that 2html omits the &lt;!DOCTYPE&gt; declaration, but that isn&#x27;t really a problem for me since I was piping the output through tidy anyway.<p>I&#x27;ve been looking for a nice way of batch-editing html using some sort of sed-like tool, and this is the best option I&#x27;ve seen yet. Beyond that I just find it a neat idea.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;clone&#x2F;xml2">https:&#x2F;&#x2F;github.com&#x2F;clone&#x2F;xml2</a>