Source code to XML

T

Tommy Nordgren

I need to generate DocBook ProgramListing xincludes from a source code
file.
How can I escape characters that is not valid in text : < > " &
 
T

Tachikoma

I need to generate DocBook ProgramListing xincludes from a source code  
file.
How can I escape characters that is not valid in text : < > " &

require 'rexml/text'
REXML::Text.normalize("Some & text < foo > \" bar")
==> "Some &amp; text &lt; foo &gt; &quot; bar"

i think this may help you
 
T

Tachikoma

I need to generate DocBook ProgramListing xincludes from a source code  
file.
How can I escape characters that is not valid in text : < > " &

irb(main):020:0> require 'rexml/text'
=> true
irb(main):021:0> REXML::Text.normalize("Some & text < foo > \" bar")
=> "Some &amp; text &lt; foo &gt; &quot; bar"

this may help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top