Click here to Skip to main content
15,918,007 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: DOM Component Pin
Christian Graus31-May-05 12:08
protectorChristian Graus31-May-05 12:08 
GeneralRe: DOM Component Pin
eshban2845-Jun-05 23:45
eshban2845-Jun-05 23:45 
GeneralRe: DOM Component Pin
Wilbur J. Pereira6-Jun-05 0:26
Wilbur J. Pereira6-Jun-05 0:26 
GeneralCorrect XPATH Pin
ksanju100026-May-05 4:27
ksanju100026-May-05 4:27 
Generaladd control to xslt by asp.net with vb Pin
mathuros_paiboon25-May-05 18:26
mathuros_paiboon25-May-05 18:26 
GeneralRe: add control to xslt by asp.net with vb Pin
Christian Graus25-May-05 18:33
protectorChristian Graus25-May-05 18:33 
GeneralRe: add control to xslt by asp.net with vb Pin
mathuros_paiboon25-May-05 19:28
mathuros_paiboon25-May-05 19:28 
GeneralRe: add control to xslt by asp.net with vb Pin
Christian Graus25-May-05 19:36
protectorChristian Graus25-May-05 19:36 
mathuros_paiboon wrote:
Sorry, I'm not well to write english

That's fine, I don't hold that against you. Hell, I ONLY speak English, so you're ahead of me in the long run.

mathuros_paiboon wrote:
I mentioned using asp.net , that right, I use asp.net to make a user interface and send data form page to be a condition send to xslt file to retrieve data from xml file
and I add textbox to receive score form user and add textarea to receive comment from user
and the last when user click button I want to show summary of score


Yes, my point is that so long as you're using ASP.NET, you should abandon the XSLT idea and instead do everything in ASP.NET, where it will be a lot easier.

mathuros_paiboon wrote:
You suggest me to add javascript to xslt, I never use javascript and I think my computer not support , can I use vbscript?

ASP.NET is a complex library that exists solely to generate web pages. From the browsers point of view, it recieves a text file and has no real idea where it comes from. All web browsers support javascript, in fact ASP.NET works much of it's magic by custom generated javascript that goes into every ASP.NET page. I believe you can use VBScript if all you want to support is IE, but every other browser will reject it. They are not that different, except that javascript looks like Java, and VBScript looks like VB.

mathuros_paiboon wrote:
Could you tell me an example or website that can solve my problem, please

There are plenty of javascript tutorial sites, they are only a google away, but I say again - you're doing things the hard way. If you just generate your page using ASP.NET, there's a ton of info on this site and heaps of people who will be able to help you with what will then become a very easy task. Otherwise, I'm sure there are plenty of javascript sites out there as well, but I don't know of any ( I avoid javascript where-ever possible because jscript is supported by all browsers, but not always in the same way ).


Christian Graus - Microsoft MVP - C++
Generaladd control to xslt by asp.net Pin
mathuros_paiboon25-May-05 18:08
mathuros_paiboon25-May-05 18:08 
Generaladd control to xslt by asp.net Pin
mathuros_paiboon25-May-05 18:02
mathuros_paiboon25-May-05 18:02 
GeneralRe: add control to xslt by asp.net Pin
Christian Graus25-May-05 18:06
protectorChristian Graus25-May-05 18:06 
GeneralRe: add control to xslt by asp.net Pin
mathuros_paiboon25-May-05 18:30
mathuros_paiboon25-May-05 18:30 
Generaladd textbox to web by xslt condition Pin
mathuros_paiboon25-May-05 17:51
mathuros_paiboon25-May-05 17:51 
GeneralRe: add textbox to web by xslt condition Pin
Christian Graus25-May-05 18:05
protectorChristian Graus25-May-05 18:05 
GeneralXMLtransform and windows 2003 server Pin
Jan Foster23-May-05 10:51
Jan Foster23-May-05 10:51 
GeneralInsert node between particular node Pin
ksanju100022-May-05 18:26
ksanju100022-May-05 18:26 
GeneralRe: Insert node between particular node Pin
Christian Graus22-May-05 18:54
protectorChristian Graus22-May-05 18:54 
GeneralRe: Insert node between particular node Pin
Stuart Dootson22-May-05 22:31
professionalStuart Dootson22-May-05 22:31 
GeneralRe: Insert node between particular node Pin
ksanju100025-May-05 0:29
ksanju100025-May-05 0:29 
GeneralCopy/Clone XML node Pin
jeffb_22-May-05 7:35
jeffb_22-May-05 7:35 
GeneralRe: Copy/Clone XML node Pin
DavidNohejl22-May-05 11:50
DavidNohejl22-May-05 11:50 
Generalwant to generate Schema using WriteXmlSchema() Pin
favor0320-May-05 19:59
favor0320-May-05 19:59 
GeneralRe: want to generate Schema using WriteXmlSchema() Pin
DavidNohejl22-May-05 11:33
DavidNohejl22-May-05 11:33 
Generalmsxmlcpp library Pin
ikasovitch19-May-05 6:46
ikasovitch19-May-05 6:46 
GeneralRe: msxmlcpp library Pin
DavidNohejl22-May-05 11:51
DavidNohejl22-May-05 11:51 

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.