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

innerXML results to unordered lists #23

Open
cHaLkdusT opened this issue Sep 30, 2014 · 1 comment
Open

innerXML results to unordered lists #23

cHaLkdusT opened this issue Sep 30, 2014 · 1 comment

Comments

@cHaLkdusT
Copy link

I have this XML

<root>
    <bar cliche="true">
        <foo>
            <p>The <italic>quick</italic> brown fox jumps over the lazy dog</p>
        </foo>
    </bar>
    <banjo>Was his name-oh</banjo>
</root>

Whenever I use innerXML, it results to

<foo><p><italic>quick</italic>
The
brown fox jumps over the lazy dog</p></foo>

@nicklockwood
Copy link
Owner

Yeah, XMLDictionary doesn't support inline XML within text. There's no good way to represent that as a dictionary, really.

I've considered ways that this might be made to work, but basically XMLDictionary is only suitable for data, not documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants