Return-Path: Delivered-To: apmail-xerces-j-users-archive@www.apache.org Received: (qmail 7253 invoked from network); 24 Aug 2006 00:36:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 00:36:31 -0000 Received: (qmail 81515 invoked by uid 500); 24 Aug 2006 00:36:30 -0000 Delivered-To: apmail-xerces-j-users-archive@xerces.apache.org Received: (qmail 81398 invoked by uid 500); 24 Aug 2006 00:36:29 -0000 Mailing-List: contact j-users-help@xerces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: j-users@xerces.apache.org Delivered-To: mailing list j-users@xerces.apache.org Received: (qmail 81386 invoked by uid 99); 24 Aug 2006 00:36:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 17:36:29 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.39.181] (HELO web53614.mail.yahoo.com) (206.190.39.181) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 23 Aug 2006 17:36:28 -0700 Received: (qmail 77106 invoked by uid 60001); 24 Aug 2006 00:36:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=wlZAE9FmjaWFTFGOHKf708xad4iJCwAq+iRPKRMdBG5i/ZiQRCaDc71Lh0j3151PZ/zxsH5yXvdHOBYZd/sPyKWlrpUAgHFpD9nap6UINt4KBeoT60AUbrx5mUfXgMF1UsLDQ/qZvyHo8Yuh6m/pT0zl9RnK0zhN0uu8nmS0Rvo= ; Message-ID: <20060824003607.77104.qmail@web53614.mail.yahoo.com> Received: from [198.175.55.5] by web53614.mail.yahoo.com via HTTP; Wed, 23 Aug 2006 17:36:07 PDT Date: Wed, 23 Aug 2006 17:36:07 -0700 (PDT) From: Paul Tomsic Subject: element PSVI can't xpath To: j-users@xerces.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We're in the process of trying to find out if an element is declared as mixedContent="true" Whe set the features and properties on a DOMParser then cast the document -> element -> elementPSVI, we can't seem to get to the node inside the root. so a simple example is helloperson where is set to mixed content, we have the root as a Document, then we cast that, but it doesn't seem that xpath'ing is working to allow us to retrieve the text from within the bar node. is there something we're missing? --------------------------------------------------------------------- To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org For additional commands, e-mail: j-users-help@xerces.apache.org