Hi,

I have a question that is may be quite dumb but I'll be very thankfull if someone can 
help. The question is how can I stop from printing the tags in the .xml file that do 
not have a corresponding .xsl/.xps matching rule. As an example:

<?xml version="1.0"?>
<page>
    <test>test</test>
</page>

So when I do apply_templates('/page') the tag <test> and its content not to be printed?

10x in advance

Reply via email to