We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I think it is really great if we can use indent optionally. I found code block https://github.com/himanshu-soni/gpx-parser/blob/master/src/main/java/me/himanshusoni/gpxparser/GPXWriter.java#L74-L80
I think we can easily add next 2 lines to use indent.
transformer.setOutputProperty(OutputKeys.INDENT, "yes"); transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", Integer.toString(indent));
Here is the post I referenced
Thanks for your consideration in advance! Jaewan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I think it is really great if we can use indent optionally.
I found code block https://github.com/himanshu-soni/gpx-parser/blob/master/src/main/java/me/himanshusoni/gpxparser/GPXWriter.java#L74-L80
I think we can easily add next 2 lines to use indent.
Here is the post I referenced
Thanks for your consideration in advance!
Jaewan
The text was updated successfully, but these errors were encountered: