narasiman rao

narasiman rao

  • NA
  • 519
  • 478.2k

how to convert the xml page into asp using html

Nov 11 2017 3:11 AM
 i have XML code as follows


?xml version="1.0"?>
-<root>
-<Role Name="CONSLT">
<Category Name="EMR" General="No" Sitemap="Yes" SubCat="No" SeqNo="10" Desc="Others">

<Screen Name="Photo Capture" Path="../../Registration/PhotoCapture/PhotoCapture.aspx" SeqNo="1" ID="PHOTO1"> <Access_Rights AllowDelete="false" AllowModify="false" AllowAdd="false" AllowQuery="false"/>


<Screen Name="ServiceCalls" Path="../../HMSServiceCalls/HMSServiceCalls/HMSServiceCalls.aspx" SeqNo="6" ID="ServiceCalls"> <Access_Rights AllowDelete="False" AllowModify="False" AllowAdd="True" AllowQuery="True"/>


Screen Name="HelpVideos" Path="../../HMSServiceCalls/HelpVideos/HelpVideos.aspx" SeqNo="7" ID="HelpVideos"> <Access_Rights AllowDelete="False" AllowModify="False" AllowAdd="True" AllowQuery="True"/>
 
</Category>
</Role>
</root>
 

Answers (2)