Digester Experts: I have the following simple XML doc:
<?xml version="1.0" encoding="ASCII"?> <xyz xmlns="http://mynamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <property name="a" type="xsd:string"/> </xyz> How can I use the digester to parse this XML doc and get the value of "type" attribute as QName of: namespace: "http://www.w3.org/2001/XMLSchema" prefix: "xsd" localPart: "string" Any suggestions/pointers are very much appreciated. Thanks, - michelle __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
