-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a utility to mpd_utils.js that filters a manifest and automatically downloads and substitutes in the contents of any xlink link. This only supports xlink:actuate="onLoad"; "onRequest" would require significant changes to our manifest processing pipeline. It also adds a new field to INVALID_XML errors to indicate which xml was invalid, to make the error more informative when called on xml loaded by xlink links. Also added a demo asset. This is just a simple modification of heliocentrism to break it into multiple files. Closes #587 Change-Id: If87b1e78e65261dcc4e043b0c2e6cf69c1b12e08
- Loading branch information
Showing
8 changed files
with
585 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.