History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-178
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Add method to switch 'pretty printing' off in XmlQuerResultWriter

Created: 07/Jul/05 09:26 AM   Updated: 23/Sep/05 05:26 PM
Component/s: RDQL, RQL, SeRQL
Affects Version/s: 1.2, 1.2-RC2, 1.2-RC1, 1.1.3, 1.1.2, 1.1.1, 1.1, 1.1-RC2, 1.1-RC1, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0
Fix Version/s: 1.2.1


 Description   
See also http://www.openrdf.org/forum/mvnforum/viewthread?thread=632

The XmlQueryResultWriter by default adds tabs and newlines to the produced XML character stream (so-called 'pretty printing'). A useful extension would be a method to disable this feature.


 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [07/Jul/05 09:42 AM]
Fixed in 1.2 branch: added a setPrettyPrint(boolean) method.