H
hilz
Hi group....
I have this situation where i cannot get it to work.
I appreciate any help.
you know how you can put shortcuts in an html file like
<a name="abc">
and then somewhere else in the html file, you can have
<a href="#abc">
so when you click on this second one, it will take you to the first one....
now the url for this location in the page could be something like this:
http://www.somepage.com/mypage.html#abc
and this URL will take you right to place of the <a name="abc"> in the
document mypage.html.
now i want to be able to do the same with xml +xslt.
so if my html page is generated by combining an xml file with a
stylsheet, and my xml file is mypage.xml, this does *not* work for some
reason:
http://www.somepage.com/mypage.xml#abc
does anyone know if this is possible at all? or if there is another way
to get shortcuts to work in xml+xslt ?
thanks
I have this situation where i cannot get it to work.
I appreciate any help.
you know how you can put shortcuts in an html file like
<a name="abc">
and then somewhere else in the html file, you can have
<a href="#abc">
so when you click on this second one, it will take you to the first one....
now the url for this location in the page could be something like this:
http://www.somepage.com/mypage.html#abc
and this URL will take you right to place of the <a name="abc"> in the
document mypage.html.
now i want to be able to do the same with xml +xslt.
so if my html page is generated by combining an xml file with a
stylsheet, and my xml file is mypage.xml, this does *not* work for some
reason:
http://www.somepage.com/mypage.xml#abc
does anyone know if this is possible at all? or if there is another way
to get shortcuts to work in xml+xslt ?
thanks