Virender Mehta

Virender Mehta

  • NA
  • 1
  • 1.1k

reading xml file using jquery dynamically in mvc4

Feb 11 2014 3:36 AM
sir,
actually i want to read link and images from xml files dynamically using jquery
 
 
 

<?

 

 

xml version="1.0" encoding="utf-8" ?>

<

 

 

Configurations>

<

 

 

Tool>

<

 

 

ToolImage ImagePath="../Images/fax.jpg"></ToolImage>

<

 

 

ToolHeader Text="Bad Debt">

</

 

 

ToolHeader>

<

 

 

Links>

<

 

 

Link Text="Agency Setup" Href="#"></Link>

<

 

 

Link Text="Transfer To Accounts Recievable Setup" Href="#"></Link>

<

 

 

Link Text="Transfer to Bad Debt" Href="#"></Link>

</

 

 

Links>

</

 

 

Tool>

</

 

 

Configurations>