2 Replies Latest reply on Jul 5, 2006 4:13 PM by peterj

    Left Bracket

      This is a question on Post formatting.

      How do you show XML with left and right brackets?
      .
      I have tried copying examples from the Wiki : {{{ , and HTML without success.

      Thank you very much

        • 1. Re: Left Bracket
          peterj

          Embedded the XML text within code brackets, as follows:

          <base>
           <item>foo</item>
           <item>bar</item>
          </base>
          


          • 2. Re: Left Bracket
            peterj

            I just noticed that my supposedly nicely formatted post, which previewed properly, got totally screwed up in the final message. So here it is again:

            &#91;code&#93;<base>
             <item>foo</item>
             <item>bar</item>
            </base>&#91;/code&#93;