TheProjecter / spectacular

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

project xml file needs to ignore whitespace nodes #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Create a project xml with an XML comment before the <spectacular> root node
2.  Run Spectacular

Notice how it doesn't detect any specs?

What is the expected output? What do you see instead?
It should ignore comments and other whitespace nodes.  Bad parsing logic.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mdowl...@gmail.com on 6 Jan 2010 at 8:50

GoogleCodeExporter commented 9 years ago
Worse that that - there was an issue with the algorithm itself.  I'm so lazy, I 
decided 
to just use XMLBeans ;)

Original comment by mdowl...@gmail.com on 12 Jan 2010 at 7:49