<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Folks<br></div><div><br></div><div>I am working my way through the monty version of XML from: <a target="_blank" href="https://github.com/pharo-contributions/XML-XMLParser">https://github.com/pharo-contributions/XML-XMLParser</a><br></div><div><br></div><div>It is going well and I want to run an initial time to run on a  73Gb XML file  I have.<br></div><div><br></div><div>Per the SAXHandler  class comment, I should:</div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>ZStudySaxHandler parseFileNamed:'enwiki.xml'.<br></div></blockquote><div><br></div><div>However a MNU: ByteString>>doeNotUnderstand: #asFIleReference in<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>XMLFileSystemHandle>>fileReference  ^ fileReference ifNil: [fileReference := self path asFileReference]<br></div></blockquote><div><br></div><div>IIRC, these things were dependencies during install that I left unresolved.<br></div><div><br></div><div>Now to my point:<br></div><div><br></div><div>I notice that squeak-smalltalk has what appears to be a compatibility layer or something: <a target="_blank" href="https://github.com/squeak-smalltalk/squeak-filesystem">https://github.com/squeak-smalltalk/squeak-filesystem</a>  with a bunch of things that start with FS<br></div><div><br></div><div><br></div><div>Does anybody have any suggestions of using that to resolve that issue?<br></div><div><br></div><div>Thanks in advance.</div></div><br></body></html>