- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
31 lines
612 B
HTML
31 lines
612 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\da.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
|
|
<p class="h1">
|
|
<span>XSLT Sample</span>
|
|
</p>
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>
|
|
This example shows how to import dataset data into an .xml file by using the <b>TDAXmlDataStreamer</b>.
|
|
Exporting dataset changes to an .xml file is also shown.<br>
|
|
</p>
|
|
|
|
<h2>Examine the Code</h2>
|
|
<ul>
|
|
<li>
|
|
See the simple code in <b>XSLTMain.pas</b>.
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
</body>
|
|
</html> |