Github user pluradj commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/595#discussion_r110464956
  
    --- Diff: docs/src/reference/the-graph.asciidoc ---
    @@ -444,6 +444,32 @@ try (final InputStream stream = new 
FileInputStream("tinkerpop-modern.xml")) {
     }
     ----
     
    +GraphML was a supported format in TinkerPop 2.x, but there were several 
issues that made it inconsistent with the
    +specification that were corrected for 3.x. As a result, attempting to read 
a GraphML file generated by 2.x with the
    +3.x `GraphMLReader` will result in error. To help with this problem, an 
XSLT file is provided as a resource in
    +`gremlin-core` which will transform 2.x GraphML to 3.x GraphML. It can be 
used as follows:
    +
    +[source,java]
    --- End diff --
    
    If this doc is Java rather than Groovy, the syntax needs to be tidied up a 
bit with semicolons and double quoted strings.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to