{"id":9044,"date":"2015-05-25T02:49:04","date_gmt":"2015-05-25T06:49:04","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/?p=9044"},"modified":"2015-06-03T08:35:23","modified_gmt":"2015-06-03T12:35:23","slug":"appml-%e0%a6%95%e0%a7%87%e0%a6%b8-%e0%a6%b8%e0%a7%8d%e0%a6%9f%e0%a6%be%e0%a6%a1%e0%a6%bf-%e0%a6%8f%e0%a6%95%e0%a7%8d%e0%a6%b8%e0%a6%8f%e0%a6%ae%e0%a6%8f%e0%a6%b2-%e0%a6%ab%e0%a6%be%e0%a6%87%e0%a6%b2","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=9044","title":{"rendered":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; \u098f\u0995\u09cd\u09b8\u098f\u09ae\u098f\u09b2 \u09ab\u09be\u0987\u09b2 (AppML Case Study &#8211; XML Files)"},"content":{"rendered":"<h2>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2<\/h2>\n<p>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8:<\/p>\n<hr \/>\n<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en-US\"&gt;\r\n&lt;head&gt;\r\n&lt;meta charset=\"utf-8\"&gt;\r\n&lt;link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"&gt;\r\n&lt;script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"&gt;&lt;\/script&gt;\r\n&lt;\/head&gt;<\/pre>\n<pre>&lt;body&gt;<\/pre>\n<pre>&lt;div class=\"container\" appml-data=\"appml.php?model=model_cd_from_xml\"&gt;\r\n&lt;h1&gt;CD Collection&lt;\/h1&gt;\r\n&lt;h3&gt;Extracted from an XML file&lt;\/h3&gt;\r\n&lt;div appml-include-html=\"inc_listcommands_nofilter.htm\"&gt;&lt;\/div&gt;\r\n&lt;table class=\"table table-striped table-bordered\"&gt;\r\n&lt;tr&gt;\r\n&lt;th&gt;Title&lt;\/th&gt;\r\n&lt;th&gt;Artist&lt;\/th&gt;\r\n&lt;th&gt;Country&lt;\/th&gt;\r\n&lt;\/tr&gt;\r\n&lt;tr appml-repeat=\"records\"&gt;\r\n&lt;td&gt;{{Title}}&lt;\/td&gt;\r\n&lt;td&gt;{{Artist}}&lt;\/td&gt;\r\n&lt;td&gt;{{Country}}&lt;\/td&gt;\r\n&lt;\/tr&gt;\r\n&lt;\/table&gt;\r\n&lt;\/div&gt;<\/pre>\n<pre>&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h2>\u09ae\u09a1\u09c7\u09b2<\/h2>\n<p>\u098f\u0987 \u0985\u09cd\u09af\u09be\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09ae\u09a1\u09c7\u09b2<\/p>\n<hr \/>\n<pre>{\r\n \"rowsperpage\" : 7,\r\n \"data\" : {\r\n    \"type\" : \"xmlfile\",\r\n    \"filename\" : \"cd_catalog.xml\",\r\n    \"record\" : \"CD\",\r\n    \"items\" : [\r\n       {\"name\" : \"Artist\", \"nodename\" : \"ARTIST\"},\r\n       {\"name\" : \"Title\", \"nodename\" : \"TITLE\"},\r\n       {\"name\" : \"Country\", \"nodename\" : \"COUNTRY\"}\r\n    ]\r\n }\r\n}<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h2><span id=\"result_box\" class=\"short_text\" lang=\"bn\"><span class=\"hps\">\u09ab\u09be\u0987\u09b2<\/span><\/span><\/h2>\n<p><span class=\"short_text\" lang=\"bn\"><span class=\"hps\">\u0995\u09ae\u09be \u09a6\u09bf\u09af\u09bc\u09c7 \u09aa\u09c3\u09a5\u0995 \u0995\u09b0\u09be<\/span> <span class=\"hps\">\u099f\u09c7\u0995\u09cd\u09b8\u099f \u09ab\u09be\u0987\u09b2<\/span><span class=\"\">:<\/span><\/span><\/p>\n<hr \/>\n<pre>&lt;?xml version=\"1.0\" encoding=\"ISO-8859-1\"?&gt;\r\n&lt;CATALOG&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Empire Burlesque&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Bob Dylan&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;USA&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Columbia&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;10.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1985&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Hide your heart&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Bonnie Tyler&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;CBS Records&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;9.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1988&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Greatest Hits&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Dolly Parton&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;USA&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;RCA&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;9.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1982&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Still got the blues&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Gary Moore&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Virgin records&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;10.20&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1990&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Eros&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Eros Ramazzotti&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;EU&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;BMG&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;9.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1997&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;One night only&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Bee Gees&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Polydor&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;10.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1998&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Sylvias Mother&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Dr.Hook&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;CBS&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.10&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1973&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Maggie May&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Rod Stewart&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Pickwick&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.50&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1990&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Romanza&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Andrea Bocelli&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;EU&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Polydor&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;10.80&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1996&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;When a man loves a woman&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Percy Sledge&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;USA&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Atlantic&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.70&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1987&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Black angel&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Savage Rose&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;EU&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Mega&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;10.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1995&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;1999 Grammy Nominees&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Many&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;USA&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Grammy&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;10.20&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1999&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;For the good times&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Kenny Rogers&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Mucik Master&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.70&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1995&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Big Willie style&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Will Smith&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;USA&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Columbia&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;9.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1997&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Tupelo Honey&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Van Morrison&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Polydor&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.20&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1971&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Soulsville&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Jorn Hoel&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;Norway&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;WEA&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;7.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1996&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;The very best of&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Cat Stevens&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Island&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1990&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Stop&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Sam Brown&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;A and M&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1988&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Bridge of Spies&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;T'Pau&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Siren&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;7.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1987&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Private Dancer&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Tina Turner&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Capitol&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1983&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Midt om natten&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Kim Larsen&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;EU&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Medley&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;7.80&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1983&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Pavarotti Gala Concert&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Luciano Pavarotti&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;DECCA&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;9.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1991&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;The dock of the bay&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Otis Redding&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;USA&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Atlantic&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;7.90&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1987&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Picture book&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Simply Red&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;EU&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;Elektra&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;7.20&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1985&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Red&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;The Communards&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;UK&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;London&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;7.80&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1987&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;CD&gt;\r\n&lt;TITLE&gt;Unchain my heart&lt;\/TITLE&gt;\r\n&lt;ARTIST&gt;Joe Cocker&lt;\/ARTIST&gt;\r\n&lt;COUNTRY&gt;USA&lt;\/COUNTRY&gt;\r\n&lt;COMPANY&gt;EMI&lt;\/COMPANY&gt;\r\n&lt;PRICE&gt;8.20&lt;\/PRICE&gt;\r\n&lt;PUBLISHED&gt;1987&lt;\/PUBLISHED&gt;\r\n&lt;\/CD&gt;\r\n&lt;\/CATALOG&gt;<\/pre>\n<hr \/>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: &lt;!DOCTYPE html&gt; &lt;html lang=&#8221;en-US&#8221;&gt; &lt;head&gt; &lt;meta charset=&#8221;utf-8&#8243;&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css&#8221;&gt; &lt;script src=&#8221;http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js&#8221;&gt;&lt;\/script&gt; &lt;\/head&gt; &lt;body&gt; &lt;div class=&#8221;container&#8221; appml-data=&#8221;appml.php?model=model_cd_from_xml&#8221;&gt; &lt;h1&gt;CD Collection&lt;\/h1&gt; &lt;h3&gt;Extracted from an XML file&lt;\/h3&gt; &lt;div appml-include-html=&#8221;inc_listcommands_nofilter.htm&#8221;&gt;&lt;\/div&gt; &lt;table class=&#8221;table table-striped table-bordered&#8221;&gt; &lt;tr&gt; &lt;th&gt;Title&lt;\/th&gt; &lt;th&gt;Artist&lt;\/th&gt; &lt;th&gt;Country&lt;\/th&gt; &lt;\/tr&gt; &lt;tr appml-repeat=&#8221;records&#8221;&gt; &lt;td&gt;{{Title}}&lt;\/td&gt; &lt;td&gt;{{Artist}}&lt;\/td&gt; &lt;td&gt;{{Country}}&lt;\/td&gt; &lt;\/tr&gt; &lt;\/table&gt; &lt;\/div&gt; &lt;\/body&gt; &lt;\/html&gt; &nbsp; &nbsp; \u09ae\u09a1\u09c7\u09b2 \u098f\u0987 \u0985\u09cd\u09af\u09be\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=9044\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[796],"tags":[800,822,849,818,824,820],"class_list":["post-9044","post","type-post","status-publish","format-standard","hentry","category-application-modeling-language","tag-appml","tag-case","tag-xml-files","tag-818","tag-824","tag-820","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":9041,"url":"http:\/\/bangla.sitestree.com\/?p=9041","url_meta":{"origin":9044,"position":0},"title":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; \u099f\u09c7\u0995\u09cd\u09b8\u099f \u09ab\u09be\u0987\u09b2 (AppML Case Study &#8211; Text Files)","author":"Author-Check- Article-or-Video","date":"May 25, 2015","format":false,"excerpt":"\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: <!DOCTYPE html> <html lang=\"en-US\"> <link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"> <script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"><\/script> <body> <div class=\"container\" appml-data=\"appml.php?model=model_cd_from_txt\"> <h1>CD Collection<\/h1> <h3>Extracted from an XML file<\/h3> <div appml-include-html=\"inc_listcommands_nofilter.htm\"><\/div> <table class=\"table table-striped table-bordered\"> <tr> <th>Title<\/th> <th>Artist<\/th> <th>Country<\/th> <\/tr> <tr appml-repeat=\"records\"> <td>{{Title}}<\/td> <td>{{Artist}}<\/td> <td>{{Country}}<\/td> <\/tr> <\/table> <\/div> <\/body> <\/html> \u00a0 \u09ae\u09a1\u09c7\u09b2 \u098f\u0987 \u0985\u09cd\u09af\u09be\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9047,"url":"http:\/\/bangla.sitestree.com\/?p=9047","url_meta":{"origin":9044,"position":1},"title":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; JSON \u09ab\u09be\u0987\u09b2 (AppML Case Study &#8211; JSON Files)","author":"Author-Check- Article-or-Video","date":"May 25, 2015","format":false,"excerpt":"\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: <<!DOCTYPE html> <html lang=\"en-US\"> <link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"> <script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"><\/script> <body> <div class=\"container\" appml-data=\"appml.php?model=model_cd_from_json\"> <h1>CD Collection<\/h1> <h3>Extracted from an XML file<\/h3> <div appml-include-html=\"inc_listcommands_nofilter.htm\"><\/div> <table class=\"table table-striped table-bordered\"> <tr> <th>Title<\/th> <th>Artist<\/th> <th>Country<\/th> <\/tr> <tr appml-repeat=\"records\"> <td>{{Title}}<\/td> <td>{{Artist}}<\/td> <td>{{Country}}<\/td> <\/tr> <\/table> <\/div> <\/body> <\/html> \u00a0 \u00a0 \u09ae\u09a1\u09c7\u09b2 \u098f\u0987 \u0985\u09cd\u09af\u09be\u09aa\u09cd\u09b2\u09bf\u0995\u09c7\u09b6\u09a8\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9051,"url":"http:\/\/bangla.sitestree.com\/?p=9051","url_meta":{"origin":9044,"position":2},"title":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; \u09aa\u09a3\u09cd\u09af (AppML Case Study &#8211; Products)","author":"Author-Check- Article-or-Video","date":"May 26, 2015","format":false,"excerpt":"\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: <!DOCTYPE html> <html lang=\"en-US\"> <title>Products<\/title> <link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"> <script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"><\/script> <body> <div class=\"container\"> <h1>Products<\/h1> <div id=\"Form01\" class=\"jumbotron\" style=\"display:none\" appml-controller=\"myFormController\"> \u00a0 <div appml-include-html=\"inc_formcommands.htm\"><\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label>ProductName:<\/label> \u00a0\u00a0\u00a0 <input id=\"ProductName\" class=\"form-control\"> \u00a0 <\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label>Supplier:<\/label> \u00a0\u00a0\u00a0 <div appml-data=\"local?model=model_dropdown_suppliers\"> \u00a0\u00a0\u00a0\u00a0\u00a0 <select id=\"SupplierID\" class=\"form-control\"> \u00a0\u00a0\u00a0\u00a0\u00a0 <option\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9049,"url":"http:\/\/bangla.sitestree.com\/?p=9049","url_meta":{"origin":9044,"position":3},"title":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; \u0997\u09cd\u09b0\u09be\u09b9\u0995\u09b0\u09be (AppML Case Study &#8211; Customers)","author":"Author-Check- Article-or-Video","date":"May 25, 2015","format":false,"excerpt":"\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: \u00a0 <!DOCTYPE html> <html lang=\"en-US\"> <title>Customers<\/title> <link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"> <script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"><\/script> <body> <div class=\"container\"> <h1>Customers<\/h1> <div id=\"Form01\" class=\"jumbotron\" style=\"display:none\" appml-data=\"local?model=model_customersform\" appml-controller=\"myFormController\"> \u00a0 <div appml-include-html=\"inc_formcommands.htm\"><\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label for=\"customername\">CustomerName:<\/label> \u00a0\u00a0\u00a0 <input id=\"customername\" class=\"form-control\"> \u00a0 <\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label for=\"contactname\">ContactName:<\/label> \u00a0\u00a0\u00a0 <input id=\"contactname\" class=\"form-control\"> \u00a0\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9054,"url":"http:\/\/bangla.sitestree.com\/?p=9054","url_meta":{"origin":9044,"position":4},"title":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09be\u09b0\u09c0 \u09aa\u09be\u0987\u0995\u09be\u09b0 \u09aa\u09b0\u09bf\u09ac\u09c7\u09b6\u0995 (AppML Case Study &#8211; Suppliers)","author":"Author-Check- Article-or-Video","date":"May 26, 2015","format":false,"excerpt":"\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: <!DOCTYPE html> <html lang=\"en-US\"> <title>Suppliers<\/title> <link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"> <script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"><\/script> <body> <div class=\"container\"> <h1>Suppliers<\/h1> <div id=\"Form01\" class=\"jumbotron\" style=\"display:none\" appml-data=\"local?model=model_suppliersform\" appml-controller=\"myFormController\"> \u00a0 <div appml-include-html=\"inc_formcommands.htm\"><\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label>SupplierID:<\/label> \u00a0\u00a0\u00a0 <input id=\"SupplierID\" class=\"form-control\"> \u00a0 <\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label>SupplierName:<\/label> \u00a0\u00a0\u00a0 <input id=\"SupplierName\" class=\"form-control\"> \u00a0 <\/div> \u00a0 <div\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9056,"url":"http:\/\/bangla.sitestree.com\/?p=9056","url_meta":{"origin":9044,"position":5},"title":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; \u0995\u09cb\u09a8\u09cb \u09aa\u09b0\u09bf\u09ac\u09b9\u09a8\u09c7 \u09ae\u09be\u09b2 \u09b2\u09c7\u09a8\u09a6\u09c7\u09a8\u0995\u09be\u09b0\u09c0 (AppML Case Study &#8211; Shippers)","author":"Author-Check- Article-or-Video","date":"May 26, 2015","format":false,"excerpt":"\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: <!DOCTYPE html> <html lang=\"en-US\"> <title>Shippers<\/title> <link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"> <script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"><\/script> <body> <div class=\"container\"> <h1>Shippers<\/h1> <div id=\"Form01\" class=\"jumbotron\" style=\"display:none\" appml-data=\"local?model=model_shippersform\" appml-controller=\"myFormController\"> <div appml-include-html=\"inc_formcommands.htm\"><\/div> <div class=\"form-group\"> <label>ShipperName:<\/label> <input id=\"ShipperName\" class=\"form-control\"> <\/div> <div class=\"form-group\"> <label>Phone:<\/label> <input id=\"Phone\" class=\"form-control\"> <\/div> <\/div> <div appml-data=\"local?model=model_shipperslist\"> \u00a0 <div appml-include-html=\"inc_listcommands_nofilter.htm\"><\/div> \u00a0 <table class=\"table table-striped table-bordered\">\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9044","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9044"}],"version-history":[{"count":1,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9044\/revisions"}],"predecessor-version":[{"id":9046,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/9044\/revisions\/9046"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9044"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9044"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9044"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}