hey thanks
the old xsl is available at
http://www.esri.com/metada
thanks
Main Topics
Browse All TopicsHello,
i have a stylesheet designed in wd-xsl and i want to dynamically transform my xml file to that stylesheet,but as it is the older stylesheet it is not transformed by these days xsl processor. i too tried to convert xsl to xsl using xsl to xslt converter but that one cannot transform fully to xslt.
from javascript i did the transformation using msxxml dom document3.0 but,it sometime works and sometime it doesnot works.
i also tried to create processing instruction from javascript and jsp at the runtime using dom.now how can i show the xml file in internet explorer with dynamically transformed stylesheet(using created processing instruction)??
and is there any xsl processor rather than msxml3.0 which can process wd-xsl stylesheet??
thanks in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
hey thanks
the old xsl is available at
http://www.esri.com/metada
thanks
for example you have following expression: /metadata/idinfo/keywords[
It should be replaced by:
(/metadata/idinfo/keywords
Business Accounts
Answer for Membership
by: ramazanyichPosted on 2005-03-10 at 03:12:08ID: 13504721
First of all you should replace your stylesheet definition: rg/TR/WD-x sl" R/REC-html 40"
rg/1999/XS L/Transfor m">
emplates/> </xsl:temp late>
<xsl:stylesheet
language="JavaScript"
xmlns:xsl="http://www.w3.o
xmlns="http://www.w3.org/T
result-ns="">
by standard
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.o
Also sometimes it was default rule added to the stylesheet:
<!-- default rule -->
<xsl:template><xsl:apply-t
remove it.
some functions has to be replaced.
Better if you send your old xsl. I will try to convert it.
I don't think that there is a good converters from wd-xsl to standard xsl are exist. because wd-xsl is mostly were implemented by microsoft.