regarding xsl
-
i`ve a xml file name myxml.xml which is as follows: abcd rony tony sony abcd abcd dip tom adam abcd abcd mark tony bruce abcd i want to write a xsl file that makes the above xml file in tabular format as following: Authors Paper title Journal or Conference Year Pages and also if Author is tony then the text tony should be in bold.
-
i`ve a xml file name myxml.xml which is as follows: abcd rony tony sony abcd abcd dip tom adam abcd abcd mark tony bruce abcd i want to write a xsl file that makes the above xml file in tabular format as following: Authors Paper title Journal or Conference Year Pages and also if Author is tony then the text tony should be in bold.
Check out the XSLT tutorial on www.w3schools.com. If I remember well the example they provide does just this.