Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Handle XML declaration #7

Open
skreutzer opened this issue Jan 25, 2018 · 0 comments
Open

Handle XML declaration #7

skreutzer opened this issue Jan 25, 2018 · 0 comments

Comments

@skreutzer
Copy link
Member

Handle the XML declaration properly and provide it's data to the caller (via the still missing StartDocument class). Use the XMLEventReader::HandleProcessingInstruction() and XMLEventReader::HandleAttributes() methods for it, even if people claim that the XML declaration isn't a processing instruction, but still it's basically a processing instruction for the XML processor/reader/parser (maybe with the only limitation that it needs to be the very first "node" in the data stream).

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

No branches or pull requests

1 participant