java - Android insert text to xhtml file on the fly -


i create fixed template application store on assets folder (template.xhtml) , want use file after user finish edit data , need replace data in body tag data on fly. every time want use file copy file assets folder internal folder in application. xhtml file this: (example)

<html>    <head>   </head>   <body>   ~dedication~   </body> </html> 

what want replace "~dedication~" string after user finish edit file. i'd love know how analyze file , how replace text. thank can help. :)


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -