xml / xsl problem

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Hi

I have a xml file with about 20 records and a xsl file to display the
records, out of 20 only 1 record is being displayed, is there some way to
debug and find out why the other records are not being displayed.

TIA
Barry
 
Hi

I have a xml file with about 20 records and a xsl file to display the
records, out of 20 only 1 record is being displayed, is there some way to
debug and find out why the other records are not being displayed.

TIA
Barry

Barry - Sample xsl code would be helpfull. Not sure what you are
trying to do, in most cases it is the XPATH statement, take a look at
it and see if returns you the nodeset that you are looking for.

Here's a link from MS on debugging XSLT.
http://msdn2.microsoft.com/en-us/library/ms255603(VS.80).aspx

Other tools available such as Altova Xml Spy or XSLT Magic from
Microsoft are helpfull as well..

-Pramod Anchuparayil
 
Back
Top