|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XPath equivalent of a join
Hi-
Thanks for your solution... the only problem is that this solution seems to run very slowly. If I replicate 1500 copies of the class with id="2" and 1500 with the teacher with id="9", then the query takes almost 30 seconds using Saxon8 on a 2Ghz Core 2 Duo even though the query only matches 1 record. Any ideas on speeding that up? I included a fixed version of the xml doc below, too. Aaron <root>
<class id="1">
<teacher>5</teacher>
</class>
<class id="2">
<teacher>9</teacher>
</class> <teacher id="5">
<gender>female</gender>
</teacher>
<teacher id="9">
<gender>male</gender>
</teacher>
</root>On 7/14/07, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote: Your input XML is not as per the XML spec (there should be double quotes around attribute values).
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








