Menu

Home

Sean

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Admins:


Discussion

  • Sean

    Sean - 2013-03-22

    POST 1
    Date: March 22, 2013

    Worked further on reading from the xml file, we can now extract a title from it and split the NodeList into seperate strings basically if we had:

    <ad><title>Grey Elephant For Sale</title></ad>

    Our console output would be:
    t-grey
    t-elephant
    t-for
    t-sale

    I have yet to incorporate special cases like IngoreChar and parsing the strings when a char other then " " appears.

    If you find anyway how parse a node without haveing to convert it to String. Go ahead and fix that if you find the code for it, I couldn't.

    I uploaded an .xml file call 10rec.xml, you need to put this in your workspace in the project folder for the code to work.

    I believe by the end of this weekend, I should be able to finish terms.txt in Phase 1. But if you can help me work on this, I think we should be able to get done Phase 1 completely.

    END POST 1

     
  • Sean

    Sean - 2013-03-24

    POST 2
    Date: March 23,2013

    I have successfully (nearly) completed everything in Phase 1. The only thing that doesn't work it the record dump or section ads.txt, I don't feel like during the whole thing so maybe we can look for solutions to that together.

    The file is uploaded: Phase1.zip if you want to mess around with it.

    END POST 2

     
  • esinglet

    esinglet - 2013-03-26
     
  • esinglet

    esinglet - 2013-03-31
     

Log in to post a comment.