Hi,
My problem is that, I want to use two different XSL files in one XML page for different tags.So that few nodes can be viewed by one XSL and others, using next XSL.
can I write following lines for implementing two different display rules in single XML?
-----------------------------------------------------
<?xml-stylesheet type="text/xsl" href="TrainingXsl_REM.xsl"?>
<?xml-stylesheet type="text/xsl" href="TrainingXsl.xsl"?>
-----------------------------------------------------
FOr Example,
<r>
<s>
one xsl for these two tags
<a></a>
<b></b>
one xsl for these two tags
<t>
<c></c>
<d></d>
</t>
</s>
</r>
I just hope that my friends will be able to guide me.
My problem is that, I want to use two different XSL files in one XML page for different tags.So that few nodes can be viewed by one XSL and others, using next XSL.
can I write following lines for implementing two different display rules in single XML?
-----------------------------------------------------
<?xml-stylesheet type="text/xsl" href="TrainingXsl_REM.xsl"?>
<?xml-stylesheet type="text/xsl" href="TrainingXsl.xsl"?>
-----------------------------------------------------
FOr Example,
<r>
<s>
one xsl for these two tags
<a></a>
<b></b>
one xsl for these two tags
<t>
<c></c>
<d></d>
</t>
</s>
</r>
I just hope that my friends will be able to guide me.