xml / xsl problem

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
 
P

Pramod Anchuparayil

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top