IRT-Open-Source / scf

Subtitling Conversion Framework
Apache License 2.0
52 stars 18 forks source link

Output Result to stdout #24

Closed micheee closed 7 years ago

micheee commented 8 years ago

By default BaseX should serialize binary contents such as xs:hexBinary (the result of stlxml2stl:encode) as is to the console.

So wrapping the call in file:write-binary() can be omitted.

spoeschel commented 7 years ago

This has been fixed in 4dedbfb (and I honestly don't know why I did not pick your commit). Thanks!