Click here to Skip to main content
15,897,273 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralAutomatic processing XML/XSLT on client or server side Pin
Kosta Cherry23-Nov-02 11:45
Kosta Cherry23-Nov-02 11:45 
GeneralRe: Automatic processing XML/XSLT on client or server side Pin
Michael A. Barnhart23-Nov-02 15:37
Michael A. Barnhart23-Nov-02 15:37 
GeneralAppling XSL to XML - select attribute of node Pin
Bash21-Nov-02 23:46
Bash21-Nov-02 23:46 
GeneralRe: Appling XSL to XML - select attribute of node Pin
Michael A. Barnhart22-Nov-02 1:22
Michael A. Barnhart22-Nov-02 1:22 
QuestionHow to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Kosta Cherry20-Nov-02 16:24
Kosta Cherry20-Nov-02 16:24 
AnswerRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Christian Graus20-Nov-02 16:33
protectorChristian Graus20-Nov-02 16:33 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Kosta Cherry20-Nov-02 16:47
Kosta Cherry20-Nov-02 16:47 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Christian Graus20-Nov-02 17:07
protectorChristian Graus20-Nov-02 17:07 
Kosta Cherry wrote:
Well, I could use MSXML.

MSXML is a COM object, it requires CreateObject and is based on the DOM.

Kosta Cherry wrote:
that script creates DOM object by calling "CreateObject" method.

Correct.

Kosta Cherry wrote:
And I've seen posts in this forum that DOM is slow and takes a lot of memory.

Every idiot has an opinion. Yes, DOM is bigger than SAX, but I don't see what option you have. I dunno if there are SAX XSL processors, but either way, you need a processor to do the processing.

Kosta Cherry wrote:
I try to rephrase queastion - is it any way to run XSLT processor withing ASP or JSP without using "CreateObject" method?

Yes, write one yourself in ASP.

Kosta Cherry wrote:
And by the way - they are not morons. They are US government

LOL - now THAT speaks for itself. Smile | :)


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Michael A. Barnhart21-Nov-02 0:16
Michael A. Barnhart21-Nov-02 0:16 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Michael A. Barnhart21-Nov-02 0:09
Michael A. Barnhart21-Nov-02 0:09 
AnswerRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Philip Fitzsimons21-Nov-02 0:46
Philip Fitzsimons21-Nov-02 0:46 
AnswerRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Kosta Cherry21-Nov-02 10:43
Kosta Cherry21-Nov-02 10:43 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Christian Graus21-Nov-02 10:49
protectorChristian Graus21-Nov-02 10:49 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Kosta Cherry21-Nov-02 14:14
Kosta Cherry21-Nov-02 14:14 
GeneralRe: How to apply XSLT to XML on the server in JSP or ASP without DOM? Pin
Christian Graus21-Nov-02 15:09
protectorChristian Graus21-Nov-02 15:09 
GeneralXSL Pin
James Spibey15-Nov-02 2:34
James Spibey15-Nov-02 2:34 
GeneralRe: XSL Pin
Paul Watson15-Nov-02 2:43
sitebuilderPaul Watson15-Nov-02 2:43 
GeneralRe: XSL Pin
James Spibey15-Nov-02 3:28
James Spibey15-Nov-02 3:28 
GeneralRe: XSL Pin
Philip Fitzsimons15-Nov-02 11:03
Philip Fitzsimons15-Nov-02 11:03 
GeneralRe: XSL Pin
Paul Watson16-Nov-02 0:45
sitebuilderPaul Watson16-Nov-02 0:45 
GeneralRe: XSL Pin
Michael A. Barnhart16-Nov-02 9:37
Michael A. Barnhart16-Nov-02 9:37 
Generalhandling CDATA in xml schema Pin
huikm14-Nov-02 16:06
huikm14-Nov-02 16:06 
GeneralDisplaying Carriage Return || Line Feed Pin
Lilian Chan-Grant14-Nov-02 9:02
Lilian Chan-Grant14-Nov-02 9:02 
GeneralRe: Displaying Carriage Return || Line Feed Pin
Anonymous15-Nov-02 1:41
Anonymous15-Nov-02 1:41 
GeneralRe: Displaying Carriage Return || Line Feed Pin
Lilian Chan-Grant19-Nov-02 8:48
Lilian Chan-Grant19-Nov-02 8:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.