-
Notifications
You must be signed in to change notification settings - Fork 16
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
an attribute was lost #12
Comments
Hi @bluefivecn , Could you past the XML you re trying to parse please? I'll have a look for you and see if I can trace the issue. Thanks! :) |
Thanks for you help:) <?xml version="1.0" encoding="UTF-8"?>
<IODDStandardDefinitions xmlns="http://www.io-link.com/IODD/2010/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.io-link.com/IODD/2010/10 IODD-StandardDefinitions1.1.xsd">
<DatatypeCollection>
<Datatype xsi:type="UIntegerT" bitLength="8" id="STD_D_SystemCommand">
</Datatype>
</DatatypeCollection>
</IODDStandardDefinitions>``` |
Hello, @hobnob, I am wondering if there is any update on this issue. Any help will be appreciated, thanks a lot! |
Hi @bluefivecn I haven't had a chance to look at this yet. It's likely to be next week I would imagine with my current schedule. As soon as I have an update for you, I'll update this issue :) |
Hello,
I tried to parse the follow xml, but after the SimpleXMLElement object was created, the "xsi:type" was lost in the attributes.
I didn't figure out how to fix it. Would you please take a look at it. Thanks very much!!!
The text was updated successfully, but these errors were encountered: