Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] XOM-interest Digest, Vol 35, Issue 2

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Carlo Dapor <catull AT gmail.com>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] XOM-interest Digest, Vol 35, Issue 2
  • Date: Mon, 5 Dec 2005 18:39:38 +0100

In the tutorial, there is a typo:

The line

XPathContext context = new XPathContext("html",
"http://www.w3.org/199/xhtml";);

should probably read

XPathContext context = new XPathContext("html",
"http://www.w3.org/1999/xhtml";);


On 12/5/05, xom-interest-request AT lists.ibiblio.org
<xom-interest-request AT lists.ibiblio.org> wrote:
> Send XOM-interest mailing list submissions to
> xom-interest AT lists.ibiblio.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.ibiblio.org/mailman/listinfo/xom-interest
> or, via email, send a message with subject or body 'help' to
> xom-interest-request AT lists.ibiblio.org
>
> You can reach the person managing the list at
> xom-interest-owner AT lists.ibiblio.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of XOM-interest digest..."
>
>
> Today's Topics:
>
> 1. XPath tutorial (Elliotte Harold)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 05 Dec 2005 11:26:58 -0500
> From: Elliotte Harold <elharo AT metalab.unc.edu>
> Subject: [XOM-interest] XPath tutorial
> To: xom-interest <xom-interest AT lists.ibiblio.org>
> Message-ID: <43946A52.4050307 AT metalab.unc.edu>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> I've added a brief section on XPath to the XOM tutorial at
>
> http://www.xom.nu/tutorial.xhtml#d0e1749
>
> Comments are appreciated.
>
> --
> ?Elliotte Rusty Harold elharo AT metalab.unc.edu
> XML in a Nutshell 3rd Edition Just Published!
> http://www.cafeconleche.org/books/xian3/
> http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
>
>
> ------------------------------
>
> _______________________________________________
> XOM-interest mailing list
> XOM-interest AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/xom-interest
>
>
> End of XOM-interest Digest, Vol 35, Issue 2
> *******************************************
>



  • Re: [XOM-interest] XOM-interest Digest, Vol 35, Issue 2, Carlo Dapor, 12/05/2005

Archive powered by MHonArc 2.6.24.

Top of Page