We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I created a file named: test.xml in the directory: C:\Users\xxx\Downloads. The file content is:
test.xml
C:\Users\xxx\Downloads
<?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:
XML-XMLParser
Pharo 12.0.0 Build information: Pharo-12.0.0+SNAPSHOT.build.1540.sha.89d0e0e998e70f047c7df5eb97f3dc4065e9ee52 (64 Bit) OS: Windows 11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I created a file named:
test.xml
in the directory:C:\Users\xxx\Downloads
.The file content is:
Then i try to parse it with:
But i got an error:
other informations
XML-XMLParser
Pharo 12.0.0
Build information: Pharo-12.0.0+SNAPSHOT.build.1540.sha.89d0e0e998e70f047c7df5eb97f3dc4065e9ee52 (64 Bit)
OS: Windows 11
The text was updated successfully, but these errors were encountered: