Home » Developer & Programmer » JDeveloper, Java & XML » dbms_xslprocessor.selectNodes
dbms_xslprocessor.selectNodes [message #217090] Wed, 31 January 2007 11:29
aleprece
Messages: 1
Registered: January 2007
Location: Rosario
Junior Member
hello! i have a problem while tring to parse an xml file and insert the results into an Oracle 10g table. I'm having problems first of all because I'm new at this topic, and second this is my xml:

<Vias>
<Via0>
<Nombre>Fragua</Nombre>
<Longitud>0,0564041910031227</Longitud>
<Tiempo>9</Tiempo>
<AnguloGiro>0</AnguloGiro>
</Via0>
<Via1>
<Nombre>Paloma</Nombre>
<Longitud>0,035</Longitud>
<Tiempo>6</Tiempo>
<AnguloGiro>87</AnguloGiro>
</Via1>
<Via2>
<Nombre>Almendros</Nombre>
<Longitud>0,158</Longitud>
<Tiempo>23</Tiempo>
<AnguloGiro>-61</AnguloGiro>
</Via2>
<Via3>
<Nombre>Avenida_de_Juan_Carlos_I</Nombre>
<Longitud>0,008</Longitud>
<Tiempo>1</Tiempo>
<AnguloGiro>-30</AnguloGiro>
</Via3>

I don't know how many nodes called "Vias" I'll have as result, see that now I have 3 but it could be a lot. I don't know how to see data inside this nodes, can u help me ??.
Thanks a lot, Ale

[Updated on: Wed, 31 January 2007 11:32]

Report message to a moderator

Previous Topic: Don't Insert datas into table
Next Topic: java.lang.reflect.InvocationTargetException: java.sql.SQLException: Fail to construct descriptor:
Goto Forum:
  


Current Time: Thu Apr 18 15:02:51 CDT 2024