home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Keystone Learning XML: Introduction
/
Keystone Learning Introduction to XML.iso
/
Sample Files
/
chapter 3
/
ProcessingInstructions.xml
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Extensible Markup Language
|
1999-12-07
|
419 b
|
19 lines
<?xml version="1.0"?>
<doc>
<?javascript function func1( y ) { ?>
<?javascript var x; ?>
<?javascript x = y * 10; ?>
<?javascript return ( x ); ?>
<?javascript } ?>
<?vbscript Sub Sub1( y ) ?>
<?vbscript y = y * 10 ?>
<?vbscript End Sub ?>
<?myscript Sub Sub2( y )
y = y * 10
End Sub
?>
</doc>