XML Tags and data inside gets vanished

  • Hi,

    When I try to post some XML tags they get vanished, also the data inside it.

    Is there I'm missing something or it is known issue on the forums?

    Now a days XML queries are widely used. Very much required to post them for some solutions.

    See I included some them in this post, but can't seem to find them.

    John Smith

  • Mangal9i (3/4/2009)


    Is there I'm missing something or it is known issue on the forums?

    Known issue. The forum code doesn't escape the < and > and treats anything inside them as if it were html. Html posting isn't allowed (for obvious reasons) so any xml disappears.

    It's a poor workaround but you can, before you post, do a search and replace in your favorite text editor and replace > with &_gt_; (remove underscores) and < with &_lt_;

    I think it is one of the things that's been looked at.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • We have a fix (I think) in test now. We're hoping to roll that out before too much longer.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply