-
-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a4327d
commit fc8b3da
Showing
3 changed files
with
23 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
* check test coverage and write necessary tests | ||
* validate XML stream data | ||
* Fix jTox for json array. Not sure if a bug exist. | ||
* generate separate and combined browser bundle for xml -> nimn, xml -> json , json -> xml | ||
* Es6 to es5 migration without workaround. | ||
P0 | ||
* README | ||
|
||
P1 | ||
* special characters such as '&' | ||
https://github.com/NaturalIntelligence/fast-xml-parser/issues/297 | ||
https://github.com/NaturalIntelligence/fast-xml-parser/issues/343 | ||
https://github.com/NaturalIntelligence/fast-xml-parser/issues/342 | ||
* Multiple roots | ||
* Es6 modules | ||
* Parse JSON string to XML. Currently it transforms JSON object to XML. Partially done. Need to work on performance. | ||
* build properties only once | ||
* XML to JSON ML : https://en.wikipedia.org/wiki/JsonML | ||
* XML to JSON ML : https://en.wikipedia.org/wiki/JsonML | ||
|
||
P2 | ||
* skip parsing of particular tag | ||
* boolean tag to support HTML parsing | ||
* Generating comments and build them back | ||
https://github.com/NaturalIntelligence/fast-xml-parser/issues/372 | ||
* validate XML stream data | ||
* Accept streams, arrayBuffer | ||
https://github.com/NaturalIntelligence/fast-xml-parser/issues/347 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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