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-RPC client module for Node.js (uses libxml.js)

27 pointsby caludioover 15 years ago

2 comments

Maciek416over 15 years ago
I notice this client is based on libxml.js.<p>Does anyone know if anyone is working on a "flexible" HTML/XHTML parser a la BeautifulSoup / Nokogiri / TagSoup, etc? Node could become very useful as a base for building scrapers if this existed.
评论 #992921 未加载
评论 #992887 未加载
评论 #992803 未加载
Sephrover 15 years ago
Why use libxml when JavaScript already has a standard XML API, E4X (ECMAScript for XML), as specified by ECMA 357? At least libxml should use the faster native XML support behind the scenes if available.
评论 #993054 未加载