Mancano solo due ISO con i sorgenti dei pacchetti, ma non ti servono all'installazione. Vai alla mia cartella downloads, autenticandoti come guest/guest. Il mio IP è 172.20.3.24 Io sto andando da un cliente, ma lascio il PC acceso. Ciao! Daniele
----- Original Message ----- From: "Maneesh Sahu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 11:40 PM Subject: RE: Schema processing recursion question Is there any way besides implementing a ContentHandler? Something more native to the parser engine? --ms -----Original Message----- From: Lingzhi Zhang [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 2:30 PM To: [EMAIL PROTECTED] Subject: Re: Schema processing recursion question What do you mean the "best" way? There are several ways that you could program it. ----- Original Message ----- From: Benjamin Kolin <[EMAIL PROTECTED]> Date: Mon, 2 Aug 2004 13:39:00 -0700 Subject: Schema processing recursion question To: [EMAIL PROTECTED] Given a schema was a recursive element, like this: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://localhost:8080/mytest" xmlns:tns="http://localhost:8080/mytest"> <xs:complexType name="symbolType"> <xs:sequence> <xs:element name="name" type="xs:string" /> <xs:element name="symbol" type="tns:symbolType" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> <xs:element name="getQuote"> <xs:complexType> <xs:sequence> <xs:element name="symbol" type="tns:symbolType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> What would be the best way to programmatically control the level of recursion? I need to be able to specify "this element is recursive, but only up to 10 levels deep, and anything deeper should be considered an error." Thank you. -Ben Kolin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]