-
Notifications
You must be signed in to change notification settings - Fork 72
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
BadgerFishConverter not able convert the text data and vice versa #315
Comments
Copyright (c), 2016-2021, SISSA (International School for Advanced Studies).All rights reserved.This file is distributed under the terms of the MIT License.See the file 'LICENSE' in the root directory of the presentdistribution, or http://opensource.org/licenses/MIT.@author Davide Brunato brunato@sissa.itfrom collections.abc import MutableMapping, MutableSequence from ..etree import ElementData if TYPE_CHECKING: class BadgerFishConverter(XMLSchemaConverter):
|
@brunato |
this is the fix for the issue -BadgerFishConverter not able convert the text data and vice versa sissaschool#315
Hi, the problem appears with mixed content type. I will prepare some tests based in variations of your sample case and check decode/encode with all converter classes. If your PR is good also with these tests i will merge it. Thank you |
- Check also for #316 (is a misconfiguration, not a bug) - Fix etree_elements_assert_equal() testing helper
Fixed in release v2.0.0. Best regards |
<ns0:LoanTerm Units="Months" Type="TotalTerm" PaymentType="PrincipleAndInterest">360</ns0:LoanTerm>
it is not catching the the 360 value and also not able to convert
The text was updated successfully, but these errors were encountered: