-
Notifications
You must be signed in to change notification settings - Fork 30
RDF Converter, XML Reader Updates #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5ffb743
[tools/xmlparser.py] Object Creation Errors to Warnings in Save Mode
fschrader1992 45ca2bc
[text_parser_xml.py] Add Test for ignore_errors Mode
fschrader1992 4e4cdae
[RDFWriter] Fix Broken Install Via Manifest
fschrader1992 a502115
[doc.py] Fix Wrong Indentation for pprint()
fschrader1992 6b688af
[rdf_converter.py/RDFWriter] Remove Comment
fschrader1992 09fcb09
[ignore_errors.xml] Change for Section Testing
fschrader1992 171a20f
[xmlparser.py] ignore_errors: Change Object Initialization
fschrader1992 d18e5be
[rdf_converter.py] Add subclass_path Check Again
fschrader1992 b209dc0
[ignore_errors.xml] Add Further Test Cases
fschrader1992 8f18f02
[xmlparser.py] Catch ValueError at Object Creation
fschrader1992 9beda58
[xmlparser.py] Remove Useless Import Statement
fschrader1992 5991ede
[xmlparser.py] Whitespace Adjustments in Error Messages
fschrader1992 9c32cfb
[text_parser_xml.py] Check Exceptions of ignore_error.xml File
fschrader1992 420075f
[xmlparser.py] Revert Catch ValueError at Object Creation
fschrader1992 b86309e
[ignore_errors.xml] Add Further Wrong Date Type Test
fschrader1992 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 +1,4 @@ | ||
| include LICENSE | ||
| include README.rst | ||
| include odml/info.json | ||
| include doc/section_subclasses.yaml |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl"?> | ||
| <?xml-stylesheet type="text/xsl" href="odml.xsl"?> | ||
| <odML version="1.1"> | ||
| <author>D. N. Adams</author> | ||
| <repository>hello</repository> | ||
| <section> | ||
| <property> | ||
| <type>int</type> | ||
| <value>123</value> | ||
| </property> | ||
| <property> | ||
| <type>int</type> | ||
| <uncertainty>[zergrve sdic, 1]</uncertainty> | ||
| <value>["string 1", "string 2"]</value> | ||
| <reference>The Hitchhiker's guide to the Galaxy (novel)</reference> | ||
| <id>wrongid</id> | ||
| <name>NoCrewMembers</name> | ||
| <definition>Number of crew members</definition> | ||
| </property> | ||
| <property> | ||
| <name>NoBones</name> | ||
| <type></type> | ||
| <value>235</value> | ||
| <id>wrongid4</id> | ||
| <definition>Number of bones within the crew member.</definition> | ||
| </property> | ||
| <type>crew</type> | ||
| <definition>Information on the crew</definition> | ||
| <id>0f96a050-2d9b-498f-a532-fbfcc6aae55e</id> | ||
| <name>TheCrew</name> | ||
| <section> | ||
| <property> | ||
| <type>string</type> | ||
| <value>[1, 2]</value> | ||
| <id>wrongid2</id> | ||
| <name>Nickname</name> | ||
| <definition>Nickname(s) of the subject</definition> | ||
| </property> | ||
| <property> | ||
| <type>int</type> | ||
| <value>535</value> | ||
| <id>wrongid3</id> | ||
| <definition>Nickname(s) of the subject</definition> | ||
| </property> | ||
| <type>ADent</type> | ||
| <definition>Information on Arthur Dent</definition> | ||
| </section> | ||
| </section> | ||
| <date>ztuz</date> | ||
| <id>79b613eb-a256-46bf-84f6-207df465b8f7</id> | ||
| <version>new version</version> | ||
| </odML> |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.