Value of standalone declaration changed to invalid value

Issue #173 resolved
Former user created an issue

Original [issue 173](https://code.google.com/p/okapi/issues/detail?id=173) created by khagar... on 2011-05-14T19:36:44.000Z:

When merging a xml file with defined standalone declaration, the declaration is incorrectly changed to an invalid value.

The input (and expected output) is: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

The actual (incorrect) output is: <?xml version="1.0" encoding="UTF-8" standalone="true"?>

Tested with okapi 0.11.

Comments (2)

  1. Log in to comment