Guest User

Matthew Jacobi

a guest
Nov 20th, 2009
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.25 KB | None | 0 0
  1. <widget id="helloworld" dockable="no" floatable="no">
  2.   <widgetname>HelloWorld</widgetname>
  3.   <width>320</width>
  4.   <height>240</height>
  5. </widget>
  6.  
  7. turns into
  8.  
  9. <pre class="brush: xml;fontsize: 100; first-line: 1; ">
  10.   HelloWorld
  11.   320
  12.   240
  13. </pre>
Advertisement
Add Comment
Please, Sign In to add comment