-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
2 changed files
with
7 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,2 @@ | ||
Add colors for xsl and xlmns for tex rendering. | ||
Separate xmqGetString vs xmqGetStringRel. | ||
Handle !DOCTYPE in json conversion. | ||
Json conversion handle true/false/null correctly. | ||
Convert single char top level element to correct json. | ||
Do not trim json comments. | ||
Do not trim json quotes. | ||
Handle entities to/from json strings. | ||
Handle attribute without value when converting to from json. | ||
Escape backslash with backslash*2 in json strings. | ||
When converting to json for key = value with attributes, then create json objects instead. | ||
Handle comments and pure text nodes in json conversion. | ||
Handle pure text nodes (key |) when converting to json. | ||
Handle leading/ending comments (outside of root node) when converting to/from json. | ||
Rename command noout to no-output. |