How 2 output tags att with XSL

•l“c Lˆê˜Y shinichiro.hamada at toshiba.co.jp
Tue Jan 19 07:38:52 GMT 1999


Mr.Ken, thank you for your reply.

>>BTW, you seemed to use "call msxsl" dos command for debugging xsl
behavior.
>>I don't know it. I want to debug xsl too, i don't have that command. Where
>>can i get it?
>>
>>>T:\FTEMP>call msxsl test.xml test.msxsl test.htm
>>>T:\FTEMP>type test.htm
>
>There was a 5-line script posted on the XSL list as follows:
>
>  var data = WScript.CreateObject("Microsoft.XMLDOM");
>  var style = WScript.CreateObject("Microsoft.XMLDOM");
>  data.load(WScript.Arguments(0));
>  style.load(WScript.Arguments(1));
>  WScript.Echo( data.transformNode( style.documentElement ));
>
>There is a command line environment for scripting called the Windows
>Scripting Host available at:
>
>  http://www.microsoft.com/management/wsh.htm

I see! Very convenient! This help me very much. Thank you.

And Mr.Glassbox, thank you for your advice.

Regards.

--
Shinichiro Hamada




xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list