My real problem is the following one:
When I apply my stylesheet "D2L.xsl" to the "dtxml2.xml" document I get the following information:
C:\Documents and Settings\Tomas\Escritorio\PASARELA>java -jar "c:\Archivos de
pr
ograma\saxonsa8-9-0-4j\saxon8.jar" -t dtxml2.xml D2L.xsl > out.xml
Saxon 8.9.0.4J from Saxonica
Java version 1.5.0_13
Stylesheet compilation time: 2000 milliseconds
Processing file:/C:/Documents%20and%20Settings/Tomas/Escritorio/PASARELA/dtxml2.
xml
Building tree for file:/C:/Documents%20and%20Settings/Tomas/Escritorio/PASARELA/
dtxml2.xml using class net.sf.saxon.tinytree.TinyBuilder
Tree built in 282 milliseconds
Tree size: 30412 nodes, 78715 characters, 10794 attributes
Execution time: 2860 milliseconds
Memory used: 3857168
NamePool contents: 174 entries in 152 chains. 10 prefixes, 11 URIs
I want to know which document the tree size shown corresponds to. I guess it corresponds to the "dtxml2.xml" document but I've reduced the size of this document and got a bigger tree size, thats were my doubt comes from.
Thank you very much
Tomi