Menu

SQLDOM Adding Spaces to Markup

2012-09-13
2012-09-13
  • Gavin Paolucci-Kleinow

    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?

     
  • David Rueter

    David Rueter - 2012-09-13

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.