TIBCOSoftware / genxdm

GenXDM: XQuery/XPath Data Model API, bridges, and processors for tree-model neutral access to XML.
http://www.genxdm.org/
9 stars 4 forks source link

ContentWriter fails to close element tag #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ContentWriter fails to close the parent element (with ">") when child element 
is created w/o interwoven whitespace, text, comment, etc.

Currently, ContentWriter produces this: <html<body

when the intention is to produce this: <html><body

Original issue reported on code.google.com by joe.bays...@gmail.com on 5 Nov 2012 at 9:56

GoogleCodeExporter commented 9 years ago
Fixed in revision 414.  Ensured that startElement closes tag for parent 
element, if necessary.

Original comment by joe.bays...@gmail.com on 5 Nov 2012 at 10:03