
December 19th, 2012, 05:59 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 2
Time spent in forums: 20 m 47 sec
Reputation Power: 0
|
|
|
PHP - Xml Regex
I confess i am total noob here so if i am going out of line here, please let me know, I won't mind at all... i have this XML file where I need to replace an XML statement with simple text.. problem is I cant seem to figure out the regex for that particular syntax and its already been longer then I anticipated.. the text is in the format
Code:
{{</w:t></w:r><w:proofErr w:type="spellStart"/><w:r w:rsidR="003962A4"><w:rPr><w:rFonts w:cs="Arial"/><w:b/><w:bCs/><w:color w:val="000000"/></w:rPr><w:t>claimant_full_name</w:t></w:r><w:proofErr w:type="spellEnd"/><w:r w:rsidR="003962A4"><w:rPr><w:rFonts w:cs="Arial"/><w:b/><w:bCs/><w:color w:val="000000"/></w:rPr><w:t>}}
Thank you very much in advance...
Warm Regards
|