Talk:WiktionaryDumps to words: Difference between revisions

SAX and DOM XML parsing
(SAX and DOM XML parsing)
Line 19:
::# If the task is just extract a certain group of entries from an XML file, how does it differ significantly from [[XML/XPath]]?
::: --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 21:57, 9 December 2020 (UTC)
:::: Because we can not use the DOM method to parse 800MB of XML, we need to use the SAX method then. Most languages provide 2 different API for SAX and DOM XML parsing, but maybe not all. [[User:Blue Prawn|Blue Prawn]] ([[User talk:Blue Prawn|talk]]) 09:18, 10 December 2020 (UTC)