jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

WSDLParser removes to many white spaces #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open a with iDocIt! documented WSDL in e.g. a text editor
2. insert some new lines to a documentation text
3. save the changes and open the WSDL in iDocIt!

What is the expected output? What do you see instead?
The documentation text with the inserted new lines should be parsed to a text 
without new lines but the words should be correct separated with one space.
On that places where the the new line with indention were all white spaces were 
removed and the both words are written together.

Example:

<addressee group="Developer">This is my 
      documentation
</addressee group="Developer">

This text should be parsed to "This is my documentation", but are "This is 
mydocumentation".

Original issue reported on code.google.com by dirk.mei...@gmail.com on 12 May 2011 at 6:51

GoogleCodeExporter commented 8 years ago

Original comment by dirk.mei...@gmail.com on 12 May 2011 at 6:43