简体   繁体   中英

Using VTD-XML with node.js

VTD-XML looks like something a perfect solution to a problem I've had for a long time, random access to very large XML files (in my case MediaWiki dump files like those for Wiktionary).

The question is, is there a way to use VTD-XML from node.js? I can't find anybody mentioning the two topics together with my Internet searches.

VTD-XML is officially available for Java, C#, C++, and C. But no mention is made on their site about any scripting languages, including JavaScript and node.js.

Is there a solution I haven't found for using these together, or where should I start if I were to roll my own?

Not at this time. Are you trying to process huge XML in a client's browser windows? Usually XML this size gets processed in a server environment, which is why so far it is only ported to popular server programming languages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM