[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: ANN: Parsing for XML Developers

  • From: Ihe Onwuka <ihe.onwuka@gmail.com>
  • To: "Costello, Roger L." <costello@mitre.org>
  • Date: Sun, 28 Sep 2014 23:48:09 +0100

Re:  ANN: Parsing for XML Developers


On Sun, Sep 28, 2014 at 10:52 PM, Costello, Roger L. <costello@mitre.org> wrote:
Hi Folks,

Parsing is cool!

Parsing is about taking a flat (linear) structure, such as this flat list of Book data:

<Books>
    <Title>Parsing Techniques</Title>
    <Author>Dick Grune</Author>
    <Author> Ceriel J.H. Jacobs</Author>
    <Date>2007</Date>
    <ISBN>978-0-387-20248-8</ISBN>
    <Publisher>Springer</Publisher>
    <Title>Introduction to Graph Theory</Title>
    <Author>Richard J. Trudeau</Author>
    <Date>1993</Date>
    <ISBN>0-486-67870-9</ISBN>
    <Publisher>Dover Publications</Publisher>
    <Title>Introduction to Formal Languages</Title>
    <Author>Gyorgy E. Revesz</Author>
    <Date>2012</Date>
    <ISBN>0-486-66697-2</ISBN>
    <Publisher>Dover Publications</Publisher>
</Books>

And adding structure to it:

<Books>
    <Book>
        <Title>Parsing Techniques</Title>
        <Authors>
            <Author>Dick Grune</Author>
            <Author> Ceriel J.H. Jacobs</Author>
        </Authors>
        <Date>2007</Date>
        <ISBN>978-0-387-20248-8</ISBN>
        <Publisher>Springer</Publisher>
    </Book>
    <Book>
        <Title>Introduction to Graph Theory</Title>
        <Authors>
            <Author>Richard J. Trudeau</Author>
        </Authors>
        <Date>1993</Date>
        <ISBN>0-486-67870-9</ISBN>
        <Publisher>Dover Publications</Publisher>
    </Book>
    <Book>
        <Title>Introduction to Formal Languages</Title>
        <Authors>
            <Author>Gyorgy E. Revesz</Author>
        </Authors>
        <Date>2012</Date>
        <ISBN>0-486-66697-2</ISBN>
        <Publisher>Dover Publications</Publisher>
    </Book>
</Books>


you sure about that?


 
I wrote a short tutorial on parsing. I use XML in the examples, although parsing can be used to structure many things besides XML.

Here is my tutorial:

http://www.xfront.com/parsing-techniques/bottom-up-parser/Parsing-for-XML-Developers.pptx



hmmmmmm given the dubious definition that qualifies as clickbait......but I am going to resist. 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.