RE: Typos in regexp pages
| Newsgroups | gmane.text.xml.xslt.extensions |
|---|---|
| Message-ID | <5150922C4A9FFE4DA2F658016BF9FA3C0329DE3F@lnxseamail01.internal.courtlink.com> |
Sorry, #1 should read replace "regExp" with "regexp". -- Kipp E. Howard Sr. Software Engineer, LexisNexis File & Serve Phone: 425.372.1837 or 800.774.7317 ext 1837 > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of > [email protected] > Sent: Wednesday, November 12, 2003 4:14 PM > To: [email protected] > Subject: [exslt] Typos in regexp pages > > > Just ran across a few typos on the regexp pages: > > 1. On http://www.exslt.org/regexp/functions/match/index.html > replace "regexp" with "regexp" > > 2. On http://www.exslt.org/regexp/functions/test/index.html > The example stylesheet is using 4 parameters for > regexp:test when it > should only be using 3 parameters. Change it to: > > <xsl:value-of select="regexp:test(string(.), 'no', 'g')" /> > <xsl:value-of select="regexp:test(string(.), 'no', 'gi')" /> > > -- > Kipp E. Howard > Sr. Software Engineer, LexisNexis File & Serve > Phone: 425.372.1837 or 800.774.7317 ext 1837 > > _______________________________________________ > exslt mailing list > [email protected] > http://www.exslt.org/list >