-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
xd:string "0xF2" => 242 #536
Comments
I'm glad you find this repository helpful. I'll try to address your issue ASAP. You can watch the repo for new changes or star it. |
I've tried to improve you question but still not able to understand it completely. Please reformat it. |
I've an element of type xd:string with value "0xF2" but this is transformed both by parser to json and also by builder to xml as number 242. It means in xml = "0xF2" becames 242 in json and "0xF2" in json became 242 in xml. |
We use |
Description
Parser transform hex to integer but builder doesn't transform back to hex but also transform hex (string) to integer.
Input
Code
Output
SupportedTesters
:
SupportedTester
:
242
[[Prot
expected data
0<F2
Would you like to work on this issue?
Bookmark this repository for further updates.
The text was updated successfully, but these errors were encountered: