Escape special characters contained in the attribute of an XML stream

Regular Expressions are very powerful but sometime not so easy to use, recently we have had the need to get a deserialize an object that cames from a database and that contains in each node the name of the property, its value and its datatype.
The raw binary data that we got are expressed with the following syntax

<property name="crop" value="" type="com.gnstudio.rikorda.core.model.canvas.vo::Crop" >
<property name="points" value="" type="__AS3__.vec::Vector.<flash.geom::Point>" >
<property type="__AS3__.vec::Vector.<flash.geom::Point>" >
<property name="point" value = "" type = "flash.geom::Point">
<property name="x" value="" type="Number" />
<property name="y" value="" type="Number" /></property></property>



In the Flash Platform when you try to read this UTF bytes and cast them to an XML object you get an exception because there is the < and the > chars in the attribute, in order to solve this issue we used a regular expression to get the value stored in the attribute. The regular expression uses a named group to access this data into the exec method and inside this method there is the logic to replace the < and > chars with the right HTML entities.

Some useful links:
http://gnosis.cx/publish/programming/regular_expressions.html
http://www.radsoftware.com.au/articles/regexlearnsyntax.aspx
http://www.radsoftware.com.au/regexdesigner/
http://help.adobe.com/en_US/ActionScript/3.0_...3e3d118a9b90204-7e9a.html
http://livedocs.adobe.com/flex/3/html/help.ht...gular_Expressions_09.html
http://www.regular-expressions.info/examples.html
http://www.regular-expressions.info/brackets.html
http://wiki.tcl.tk/989
var content:String = '<property name="crop" value="" type="com.gnstudio.rikorda.core.model.canvas.vo::Crop" >' +
'<property name="points" value="" type="__AS3__.vec::Vector.<flash.geom::Point>" >' +
'<property type="__AS3__.vec::Vector.<flash.geom::Point>" >' +
'<property type="__AS3__.vec::Vector.<flash.geom::Point>" >' +
'<property name="point" value = "" type = "flash.geom::Point">' +
'<property name="x" value="" type="Number" />' +
'<property name="y" value="" type="Number" />' +
'</property>' +
'</property>';


trace("CONTENT BEFORE:", content, "\n");

var ltExp:RegExp = new RegExp("\\<", "g");
var gtExp:RegExp = new RegExp("\\>", "g");

var attributeName:String = "type";
var groupName:String = "attribute";

var attributes:RegExp = new RegExp("<(?:[^>\"']|\"[^\"]*\"|'[^']*')+?\\s" + attributeName + "\\s*=\\s*(?P<" + groupName + ">\"[^\"]*\"|'[^']*')(?:[^>\"']|\"[^\"]*\"|'[^']*')*>", "g");

var err:Error;
do {

try{

var data:String = attributes.exec(content)[groupName];
var clone:String = data;

var toReplace:Boolean;

if(clone.search(gtExp) > -1){

clone = clone.replace(gtExp, ">");
toReplace = true;

}

if(clone.search(ltExp) > -1){

clone = clone.replace(ltExp, "<");
toReplace = true;

}

if(toReplace){

var reg:RegExp = new RegExp("\\" + data, "g");
content = content.replace(reg, clone);

}

}catch(error:Error){

err = error
break;

}


} while ( !err);

trace("CONTENT AFTER:", content);

Comments on this post

It was dark when I woke. This is a ray of ssunnhie.
P8CczB <a href="http://avanfghlzzeq.com/">avanfghlzzeq</a>
<a href="http://westernneclassifieds.com/">accutane</a> >:O <a href="http://concordgracechurch.org/">prednisone</a> tnlfoj
<a href="http://www.combatarmsblog.com/spiriva.html">spiriva</a> dqa <a href="http://curbsidecroft.com/">buying acomplia</a> 8OOO
<a href="http://www.meds-shopping.com/">Cialis</a> 6544 <a href="http://www.medicaoffers.com/">levitra and grapefruit juice</a> izdi
<a href="http://www.medicaoffers.com/">levitra</a> slg <a href="http://www.medshelp.net/">levitra</a> qox
<a href="http://www.insurerslist.net/">business insurance</a> 32879 <a href="http://www.quotesmarket.net/">car insurance quotes</a> kkjhk
<a href="http://www.insurersbasic.com/">cheap auto insurance</a> lufd <a href="http://www.insursonline.com/">auto owners insurance</a> :-((
<a href="http://www.westernneclassifieds.com/">cheap accutane online</a> 008 <a href="http://curbsidecroft.com/">acomplia</a> =OO
<a href="http://www.insurplus.net/">a auto insurance</a> orqw <a href="http://www.insureyourbusiness.net/">business insurance quotes</a> 066356
<a href="http://www.findmedsonline.net/">buy sildenafil viagra</a> =-)) <a href="http://www.i-medpills.com/">nexium</a> 794877
<a href="http://www.insuraccount.net/">life insurance quotes</a> %-OOO <a href="http://www.insurs-online.com/">car insurance</a> 463121
<a href="http://www.getautoinsurers.com/">cheap auto insurance</a> 794959 <a href="http://www.myinsurdeals.com/">florida mobile home insurance</a> 710
<a href="http://www.i-medpills.com/">nexium</a> 6379 <a href="http://www.medsearchguide.com/">cialis</a> %)
<a href="http://www.findyourinsurer.com/">private health insurance</a> 2571 <a href="http://www.insuraccount.net/">no exam life insurance</a> 2552
<a href="http://www.remedyshopping.net/">tramadol</a> gom <a href="http://www.meds-shopping.com/">cialis levitra</a> 162120
<a href="http://www.insurers-info.com/">a auto insurance</a> 70833 <a href="http://www.insurerslist.net/">cheap business insurance quotes</a> ameqm
<a href="http://www.medicastores.net/">buy viagra cialis levitra online prescription</a> >:-[[[ <a href="http://www.findmedsonline.net/">sildenafil generic viagra</a> 799
<a href="http://www.pillsservice.net/">order priligy</a> :-[[[ <a href="http://www.availablemeds.com/">colchicine</a> 89077
<a href="http://www.pillslife.net/">accutane purchase</a> %-DD <a href="http://www.findmedsnow.net/">prednisone</a> 97569
<a href="http://www.pillsservice.net/">on line priligy</a> upaa <a href="http://www.unamed.net/">propecia</a> :)))
<a href="http://www.centiprix.net/">viagra propecia buy online</a> :O <a href="http://www.latimed.net/">accutane</a> 14264
These aren't the mom's footwear and perhaps they are not your own tiny sister's. These sneakers are only to the woman which does not need http://www.bestshoes-shop.com designer shoes for women
In recent years Louis Vuitton Handbagsthis inland port city of nearly 300,000Louis Vuitton Handbags people has earned several distinctions, none Chanel Handbagsof them good. Twice atop Forbes'Coach Factory Outlet list of America's Most Miserable Louis Vuitton PursesCities ... Second highest violent-crimeChanel Handbag rate in California ... Second highest home-foreclosure rate Boss Beltsof all major U.S. metro areas. Now, Stockton is on the Coach Factory Onlineverge of another dubious benchmark: bankruptcy.Louis Vuitton Purses In its third straight year of fiscal emergency,Coach Factory Online the city faces a deficit of as high asCoach Factory Outlet $38 million on its $165 million general fundCoach Factory Stores budget. As required by state law,Coach Outlet Store the city

Post a comment

Embed any code between [code] [/code] tags
captcha image   Reload