how anchors work in xsl?

你离开我真会死。 提交于 2019-12-13 03:35:18

问题


my menu links are coming from an xml which will be static. but my xml on right side will change every time depending on the link that was clicked on last page.

let me explain: i've a page where on right frame, i've few links, say a, b ,c ,d. When i click on a, it will take me to next page (which is also divided into 2 frames : content for left frame are menu items coming from an xml, content for right frame will come from a.xml if a was clicked and b.xml if b was clicked.

now, when while forming the for a on first page, i've to specify the location of my container html holding 2 frames on the next page and i've to pass 'a' as a parameter in so that right frame on next page can call a.xml. I set the location of right frame in the container html on .

Now, i want that my menu hyperlinks on left frame should take me to the desired section on right frame. I also need a way to read the parameter passed in url in my xsl for left frame so that it can take me to correct xml for right page.


回答1:


Xsl has no support for hyperlinks and does not understand URL's.

What platform are you using? How are you transforming your Xsl to html? Can you update your question and post some code so we can better understand what you are trying to achieve?



来源:https://stackoverflow.com/questions/2324535/how-anchors-work-in-xsl

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!