Hi Gavin. Which routine are you calling when you see this behavior?
If you mean when you do something like this: EXEC #spgetDOMHTML @PrettyWhitespace=1, @PrintHTML = 1, try setting @PrettyWhitespace = 0.
If that isn't what you mean / that doesn't solve your problem, provide me with some more details. I'm happy to help, and will be happy to fix a problem in the code if one exists.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using SQLDOM in a script, and am getting odd results. Two spaces are added before and after every tag. Is this a known issue with SQLDOM?
Hi Gavin. Which routine are you calling when you see this behavior?
If you mean when you do something like this: EXEC #spgetDOMHTML @PrettyWhitespace=1, @PrintHTML = 1, try setting @PrettyWhitespace = 0.
If that isn't what you mean / that doesn't solve your problem, provide me with some more details. I'm happy to help, and will be happy to fix a problem in the code if one exists.