Posting XML code ?

Jaafar Tribak

Well-known Member
Joined
Dec 5, 2002
Messages
9,577
Office Version
  1. 2016
Platform
  1. Windows
Is there a way of posting xml code on this forum without it disappearing ?

Thank you.
 
HTML tags should work.
 
HTML tags should work.
Code:
<mso:customUI  xmlns:mso="http://schemas.microsoft.com/office/2009/07/customui"  ******="******MyRibbon">  <mso:ribbon>
    <mso:qat/>
    <mso:tabs>
      <mso:tab id="reportTab" label="Reports" insertBeforeQ="mso:TabFormat">
        <mso:group id="reportGroup" label="Reports" autoScale="true">
          <mso:button id="runReport" label="PTO" 
imageMso="AppointmentColor3"      onAction="MyCallback"/>
        </mso:group>
      </mso:tab>
    </mso:tabs>
  </mso:ribbon>
</mso:customUI>

That didn't work earlier here !

But now it does .. strange .

Thanks
 
Last edited:
Here, as you originally did in that other thread, you have used Code tags, not HTML tags as suggested by Rory.
Anything, or nothing, 'works' here because HTML is turned off altogether in the 'About This Board' forum - check out the 'Posting Permissions' section at the bottom of this page.
 
Here, as you originally did in that other thread, you have used Code tags, not HTML tags as suggested by Rory.
Anything, or nothing, 'works' here because HTML is turned off altogether in the 'About This Board' forum - check out the 'Posting Permissions' section at the bottom of this page.

Thanks Peter,

Never really paid attention to those tags ... In fact, they only seem to show up when on "Go Advanced" mode .

Still, as you can see here , the actual script is still all messed up even when wrapped between HTML tags.
 

Forum statistics

Threads
1,213,482
Messages
6,113,916
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top