#4786 closed enhancement (duplicate)
A common wrapper to facilitate XSLT processing
Reported by: | guest | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | Tom Trenka, alex | |
Blocked By: | Blocking: |
Description
I was looking for an xsltProcessor to be used on the client side and was experiencing some difficulties due to the differences in IE6 and Firefox. It would be great if dojo would just provide a common wrapper for using the xslt processor.
So something like mydoc = dojox..xml.xslTranformer(sourceXSL,sourceXML); should do it fine.
We could avoid the browser specific coding issues if such a thing is provided.
Change History (3)
comment:1 Changed 13 years ago by
Component: | General → Dojox |
---|---|
Owner: | changed from anonymous to Tom Trenka |
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Basically the deal is that we never got around to porting the XSL code Rob Koberg contributed with 0.4. At some point in the near future I'm planning on getting this back in but when it will land is a really good question.
I've got a bunch of outstanding bugs on the old XSL processor, so I'm going to close this knowing that at some point we *will* get a common XSL processor in.
comment:3 Changed 13 years ago by
Cc: | Tom Trenka alex added |
---|
tom, if you're gonna mark this a dupe, at least note what it's a dupe *of*, preferably w/ a link
Tom, I know you've been down this road. You can comment on past experiments.