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

Selective/partial parsing of message fragments #46

Open
khaeru opened this issue Jan 26, 2021 · 0 comments
Open

Selective/partial parsing of message fragments #46

khaeru opened this issue Jan 26, 2021 · 0 comments
Labels
enh Enhancements & new features reader Handle standard SDMX message types wishlist No current plan or schedule to implement

Comments

@khaeru
Copy link
Owner

khaeru commented Jan 26, 2021

(Copied from the former doc/roadmap.rst.)

This is already done by test_parse_elem():

def test_parse_elem(elem, expected):
"""Test individual XML elements.
This method allows unit-level testing of specific XML elements appearing in
SDMX-ML messages. Add elements by extending the list passed to the
parametrize() decorator.
"""

…but could be advertised as a feature in the API. This requires clearly delimiting which elements can be read in this way; some may only be readable with context from the complete message.

@khaeru khaeru added enh Enhancements & new features reader Handle standard SDMX message types wishlist No current plan or schedule to implement labels Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh Enhancements & new features reader Handle standard SDMX message types wishlist No current plan or schedule to implement
Projects
None yet
Development

No branches or pull requests

1 participant