Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when parsing a file #39

Open
Nyan11 opened this issue Oct 25, 2024 · 0 comments
Open

Exception when parsing a file #39

Nyan11 opened this issue Oct 25, 2024 · 0 comments

Comments

@Nyan11
Copy link

Nyan11 commented Oct 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant