XSLT transforamtion to HTMl with internal links

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<span style="border-collapse:collapse; font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif; font-size:14px; line-height:18px I am experiencing strange problem.Here is my xml
<span style="border-collapse:collapse; font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif; font-size:14px; line-height:18px
<pre style=" <code style=" <span style=" <?<span style=" xml version<span style=" =<span style=" "1.0"<span style=" encoding<span style=" =<span style=" "utf-8"<span style=" ?><span style=" <br/> <span style=" <Books><span style=" <br/> <span style=" <Titles><span style=" <br/> <span style=" <Details<span style=" <span style=" id<span style=" =<span style=" "1"<span style=" ><span style=" <br/> <span style=" <Name><span style=" xxx<span style=" </Name><span style=" <br/> <span style=" <BookNo><span style=" 123456<span style=" </BookNo><span style=" <br/> <span style=" <subdetails><span style=" <br/> <span style=" <sub><span style=" <br/> <span style=" <year><span style=" 1983<span style=" </year><span style=" <br/> <span style=" <author><span style=" aaaa<span style=" </author><span style=" <br/> <span style=" </sub><span style=" <br/> <span style=" <sub><span style=" <br/> <span style=" <year><span style=" 1985<span style=" </year><span style=" <br/> <span style=" <author><span style=" bbbb<span style=" </author><span style=" <br/> <span style=" </sub><span style=" <br/> <span style=" </subdetails><span style=" <br/> <span style=" </Details><span style=" <br/> <span style=" <Details<span style=" <span style=" id<span style=" =<span style=" "2"<span style=" ><span style=" <br/> <span style=" <Name><span style=" yyyy<span style=" </Name><span style=" <br/> <span style=" <BookNo><span style=" 854698<span style=" </BookNo><span style=" <br/> <span style=" <subdetails><span style=" <br/> <span style=" <sub><span style=" <br/> <span style=" <year><span style=" 1985<span style=" </year><span style=" <br/> <span style=" <author><span style=" dddd<span style=" </author><span style=" <br/> <span style=" </sub><span style=" <br/> <span style=" <sub><span style=" <br/> <span style=" <year><span style=" 1985<span style=" </year><span style=" <br/> <span style=" <author><span style=" uuuuuu<span style=" </author><span style=" <br/> <span style=" </sub><span style=" <br/> <span style=" </subdetails><span style=" <br/> <span style=" </Details><span style=" <br/> <span style=" </Titles><span style=" <br/> <span style=" </Books>[/code][/code]
<span style="border-collapse:collapse; font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif; font-size:14px; line-height:18px
<p style=" The requirement is Initially I need to show table with books details.that table each row contains a details id as link.If I click on that link I need to show sub-details in table format in other page or same page.(In real time my xml file size is
20 mb with huge data ) any help ??
<p style=" In my case simply client opens the xml file in browser.It has to transform.
<p style=" Thanks and Regards
<p style=" Naresh Mesineni

<hr class="sig Naresh Mesineni (Friends are Forever)

View the full article
 
Back
Top