This commit is contained in:
2026-04-07 19:02:38 +02:00
commit 1eea24561e
17 changed files with 1215 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
url=xmldb:exist://localhost:8080/exist/xmlrpc/db/apps/
#importante la barra final de url
user=
pwd=
driver=org.exist.xmldb.DatabaseImpl
coleccionDepartamentos=

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<departamentos>
<TITULO>DATOS DE LA TABLA DEPART</TITULO>
<DEP_ROW>
<DEPT_NO>10</DEPT_NO>
<DNOMBRE>CONTABILIDAD</DNOMBRE>
<LOC>SEVILLA</LOC>
</DEP_ROW>
<DEP_ROW>
<DEPT_NO>20</DEPT_NO>
<DNOMBRE>INVESTIGACION</DNOMBRE>
<LOC>MADRID</LOC>
</DEP_ROW>
<DEP_ROW>
<DEPT_NO>30</DEPT_NO>
<DNOMBRE>VENTAS</DNOMBRE>
<LOC>BARCELONA</LOC>
</DEP_ROW>
<DEP_ROW>
<DEPT_NO>40</DEPT_NO>
<DNOMBRE>PRODUCCION</DNOMBRE>
<LOC>BILBAO</LOC>
</DEP_ROW>
</departamentos>