Saludos Carlos
(B
(BYo he usado DOM4J con codificacion Shift_JIS, depronto pueda ayudarle si me
(Benvia un fragmento de su codigo.
(B
(BAtte.
(B
(BRicardo
(B
(B-----Original Message-----
(BFrom: [EMAIL PROTECTED]
(B[mailto:[EMAIL PROTECTED]]On Behalf Of
([EMAIL PROTECTED]
(BSent: Friday, November 01, 2002 5:14 AM
(BTo: [EMAIL PROTECTED]
(BSubject: dom4j-dev digest, Vol 1 #247 - 3 msgs
(B
(B
(BSend dom4j-dev mailing list submissions to
(B        [EMAIL PROTECTED]
(B
(BTo subscribe or unsubscribe via the World Wide Web, visit
(B        https://lists.sourceforge.net/lists/listinfo/dom4j-dev
(Bor, via email, send a message with subject or body 'help' to
(B        [EMAIL PROTECTED]
(B
(BYou can reach the person managing the list at
(B        [EMAIL PROTECTED]
(B
(BWhen replying, please edit your Subject line so it is more specific
(Bthan "Re: Contents of dom4j-dev digest..."
(B
(B
(BToday's Topics:
(B
(B   1. Text encoding problem.... (Carlos Barroso)
(B   2. Text encoding problem.... (Carlos Barroso)
(B   3. selecting nodes when URI is known but prefix is not (Tom Oehser)
(B
(B--__--__--
(B
(BMessage: 1
(BFrom: Carlos Barroso <[EMAIL PROTECTED]>
(BTo: [EMAIL PROTECTED]
(BDate: Thu, 31 Oct 2002 15:06:19 -0000
(BSubject: [dom4j-dev] Text encoding problem....
(B
(BHy there.
(BI'm creating a document with some elements that have attributes.
(BBut when I put some text in the attribute like:
(B
(B        Regi=E3o
(B
(Bit comes out:
(B
(B        Regi?
(B
(Bor,
(B
(B        Dura=E7=E3o
(B
(Band it comes out:
(B
(B        Dura?
(B
(BCan someone please tell me how can I resolve this.
(BThanks.
(B
(B
(B--__--__--
(B
(BMessage: 2
(BFrom: Carlos Barroso <[EMAIL PROTECTED]>
(BTo: [EMAIL PROTECTED]
(BDate: Thu, 31 Oct 2002 15:56:23 -0000
(BSubject: [dom4j-dev] Text encoding problem....
(B
(BHy there.
(BI'm creating a document with some elements that have attributes.
(BBut when I put some text in the attribute like:
(B
(B        Regi=E3o
(B
(Bit comes out:
(B
(B        Regi?
(B
(Bor,
(B
(B        Dura=E7=E3o
(B
(Band it comes out:
(B
(B        Dura?
(B
(BCan someone please tell me how can I resolve this.
(BThanks.
(B
(B
(B-------------------------------------------------------
(BThis sf.net email is sponsored by: Influence the future=20
(Bof Java(TM) technology. Join the Java Community=20
(BProcess(SM) (JCP(SM)) program now.=20
(Bhttp://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
(B_______________________________________________
(Bdom4j-dev mailing list
([EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/dom4j-dev
(B
(B
(B--__--__--
(B
(BMessage: 3
(BDate: Thu, 31 Oct 2002 11:05:06 -0500 (EST)
(BFrom: Tom Oehser <[EMAIL PROTECTED]>
(BTo: [EMAIL PROTECTED]
(BSubject: [dom4j-dev] selecting nodes when URI is known but prefix is not
(B
(B
(BHi,
(B
(BI find myself doing things like:
(B
(B        private Map uris = new HashMap();
(B        uris.put("m",NAMESPACE);
(B        org.dom4j.XPath xpath = doc.createXPath("//m:what/m:ever");
(B        xpath.setNamespaceURIs(uris);
(B        org.dom4j.Node node = xpathSel.selectSingleNode(doc);
(B
(BInstead of
(B
(B        doc.selectSingleNode("//?:what/?:ever");
(B
(BBecause I know the namespace URI but not the prefix (which could be the
(Bdefault
(Bprefix).
(B
(BIs there an easier way to select a node using an xpath when I don't know the
(Bprefix?
(B
(B-Tom
(B
(B
(B
(B
(B
(B
(B--__--__--
(B
(B_______________________________________________
(Bdom4j-dev mailing list
([EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/dom4j-dev
(B
(B
(BEnd of dom4j-dev Digest
(B
(B
(B
(B-------------------------------------------------------
(BThis sf.net email is sponsored by: Influence the future 
(Bof Java(TM) technology. Join the Java Community 
(BProcess(SM) (JCP(SM)) program now. 
(Bhttp://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
(B_______________________________________________
(Bdom4j-dev mailing list
([EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/dom4j-dev


Reply via email to