pharo-contributions / XML-XMLParser

XML Parser for Pharo
MIT License
11 stars 17 forks source link

Exception when parsing a file #39

Open Nyan11 opened 8 hours ago

Nyan11 commented 8 hours ago

Hello,

I created a file named: test.xml in the directory: C:\Users\xxx\Downloads. The file content is:

<?xml version="1.0" encoding="UTF-8"?>
<countries>
  <country code="af" handle="afghanistan" continent="asia" iso="4">Afghanistan</country>
  <country code="al" handle="albania" continent="europe" iso="8">Albania</country>
  <country code="dz" handle="algeria" continent="africa" iso="12">Algeria</country>
</countries>

Then i try to parse it with:

(XMLDOMParser parseFileNamed: 'C:\Users\xxx\Downloads\test.xml') inspect

But i got an error: image

other informations

XML-XMLParser

Pharo 12.0.0 Build information: Pharo-12.0.0+SNAPSHOT.build.1540.sha.89d0e0e998e70f047c7df5eb97f3dc4065e9ee52 (64 Bit) OS: Windows 11