Displaying 1 result from an estimated 1 matches for "m004081".
Did you mean:
  1004081
  
2006 Jul 14
2
how to get builder 2.0 to escape attributes in rxml
I am using rxml to produce opml files and need to escape ampersands in 
the attributes.
builder 2.0 docs found at http://builder.rubyforge.org/ show the 
following
  xml = Builder::XmlMarkup.new
  xml.sample(:escaped=>"This&That", :unescaped=>:"Here&There")
  xml.target!  =>
    <sample escaped="This&That"