XliffParser icon indicating copy to clipboard operation
XliffParser copied to clipboard

Missing, but important functionalities

Open FSharpCSharp opened this issue 6 years ago • 0 comments

The API is very practical, but unfortunately there are still a few pitfalls that I would like to enumerate here:

Which would be desirable:

  • Reading and writing Xliff documents directly in streams.
  • Save Xliff documents to files other than the original one.
  • Creation of completely new empty XlfDocuments and the corresponding files.
  • Easier handling of notes assigned to a transit unit.

Perhaps it would be possible to add one or the other functionality so that everything can be completely re-created and handled more easily.

FSharpCSharp avatar Jan 10 '19 14:01 FSharpCSharp