Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 78181 invoked from network); 28 Oct 2010 13:35:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 13:35:02 -0000 Received: (qmail 74526 invoked by uid 500); 28 Oct 2010 13:35:01 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 74409 invoked by uid 500); 28 Oct 2010 13:34:59 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 74399 invoked by uid 99); 28 Oct 2010 13:34:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 13:34:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of joed@manz.at designates 213.229.10.10 as permitted sender) Received: from [213.229.10.10] (HELO mail.onlaw.at) (213.229.10.10) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 13:34:50 +0000 Received: from EXCH01.manz.intern ([192.168.230.65]) by EXCH01.manz.intern ([192.168.230.65]) with mapi; Thu, 28 Oct 2010 15:34:29 +0200 From: "Eder, Johann" To: "'users@jackrabbit.apache.org'" Subject: search for non-breaking spaces Thread-Topic: search for non-breaking spaces Thread-Index: Acs4VoUrIaGVHm/oTZydEFroULkY+Q== Date: Thu, 28 Oct 2010 13:34:28 +0000 Message-ID: <9E00FD2196F34D45B2625F0BD0D7520A22B397@EXCH01.manz.intern> Reply-To: "users@jackrabbit.apache.org" Accept-Language: de-AT, en-US Content-Language: de-DE X-MS-Has-Attach: X-Auto-Response-Suppress: All X-MS-TNEF-Correlator: x-spamtest-group-id: 00000000 x-spamtest-info: Profiles 15091 [Aug 10 2010] x-spamtest-rate: 0 x-spamtest-envelope-from: users-return-15772-joed=manz.at@jackrabbit.apache.org x-spamtest-method: none x-spamtest-version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release x-spamtest-status: Not detected x-spamtest-status-extended: not_detected received-spf: pass (nike.apache.org: domain of joed@manz.at designates 213.229.10.10 as permitted sender) x-spamtest-spf: pass Content-Type: text/plain; charset="us-ascii" Content-ID: <9409af28-3ee4-432c-b4cb-e4d224dabd34> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi there, has anyone an idea how to search for non-breaking spaces ? I used '\u00A0' or ' ' or ' ' which does not work: String xPath =3D "/jcr:root/bibliothek//*[jcr:contains(.,'\u00A0')]"; Result is 0.=20 Thanks. Johann =20