Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFinish hooking up the XML parser #10581
Closed
Comments
|
@ConnorGBrewster This would be a valuable task if you're interested. |
This was referenced Apr 13, 2016
|
@jdm yeah I can work on this one! |
|
The basic goal here is to ensure that documents that have an appropriate XML content type end up being treated as XML documents (see |
bors-servo
added a commit
that referenced
this issue
Apr 27, 2016
Finish hooking up XML parser This is a work in progress PR for #10581. I just want to make sure I am headed in the right direction. cc @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10647) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Apr 27, 2016
Finish hooking up XML parser This is a work in progress PR for #10581. I just want to make sure I am headed in the right direction. cc @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10647) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Apr 27, 2016
Finish hooking up XML parser This is a work in progress PR for #10581. I just want to make sure I am headed in the right direction. cc @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10647) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Apr 27, 2016
Finish hooking up XML parser This is a work in progress PR for #10581. I just want to make sure I am headed in the right direction. cc @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10647) <!-- Reviewable:end -->
|
Fixed in #10647 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#10371 was one attempt for this, but we don't think it was right (and no test changes were observed). We need to figure out what the missing pieces are at this point.