Hi, When I use the Saxon-B XSLT Processor in command-line with the attached files with :
saxonb-xslt annonces.xml trier-annonces3.xsl
it returns the content of "annonces.xml" but sorted in the order of the
"communes" global variable, which is exactly what I want.
However, when I try to do the same thing with Chrome and the
XSLTProcessor object, I get the following error :
Error: NOT_SUPPORTED_ERR: DOM Exception 9
How can I know what WebKit doesn't like in my XSL stylesheet?
Best regards,
Grégoire
trier-annonces3.xsl
Description: XML document
<dummy>
<annonce>
<id>1</id>
<adresse>
<clef>FR-35095</clef>
</adresse>
<prix>200</prix>
</annonce>
<annonce>
<id>2</id>
<adresse>
<clef>FR-35051</clef>
</adresse>
<prix>150</prix>
</annonce>
<annonce>
<id>3</id>
<adresse>
<clef>FR-35095</clef>
</adresse>
<prix>120</prix>
</annonce>
<annonce>
<id>4</id>
<adresse>
<clef>FR-35051</clef>
</adresse>
<prix>800</prix>
</annonce>
<annonce>
<id>5</id>
<adresse>
<clef>FR-35246</clef>
</adresse>
<prix>400</prix>
</annonce>
<annonce>
<id>6</id>
<adresse>
<clef>FR-35095</clef>
</adresse>
<prix>380</prix>
</annonce>
<annonce>
<id>7</id>
<adresse>
<clef>FR-35051</clef>
</adresse>
<prix>700</prix>
</annonce>
<annonce>
<id>8</id>
<adresse>
<clef>FR-35246</clef>
</adresse>
<prix>390</prix>
</annonce>
</dummy>
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
