>...please tell me how I can parse xml elements between two XSLT files?
Is that a phrase you compose yourself? Do you understand what it means? The forum may like to hear what it actually means.
I am not going to argue with you. Why you quote a site and unable to describe the problem plain and simple? If you cannot explain it, you don't understand the problem.
Sorry I did not mean to argue, I quote the site because it a not a live site it is the site I am working on and you can see the problem as it is. I just thought it would be easier if you could see the result.
The problem I have is that when you click on a link in the transformed xml it opens in the same html template, I would like it to open in a different template.
>I would like it to open in a different template.
Don't understand what it meant by different template. For those matter, you have to think in terms of html spec rather than xsl template language. When you set up the <a> add an attribute target along with href. For instance, it would open in a new window if it is "_blank".
[tt]<a href="..." target="_blank">...</a>[/tt]
If the "different template" output set up an iframe, put the target attribute pointing to that "different" iframe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.