DXDenton's Profile User Rating: -----

Reputation: 1 Apprentice
Group:
New Members
Active Posts:
10 (0.01 per day)
Joined:
28-April 10
Profile Views:
563
Last Active:
User is offline Nov 06 2012 12:25 PM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   DXDenton has not set their status

Posts I've Made

  1. In Topic: Finding text nodes in xml file

    Posted 1 Apr 2012

    Have you looked at python's SAX API?

    http://docs.python.o...xml.sax.handler

    Check out the xml.sax.ContentHandler class, which provides (among other things) the startElement method. This method is called when the parser encounters -- you guessed it -- a start tag. The name of the tag is provided in the 'name' parameter. Here is the method signature.

    ContentHandler.startElement(name, attrs)
    


    The following is quoted straight from the documentation...

    "The name parameter contains the raw XML 1.0 name of the element type as a string and the attrs parameter holds an object of the Attributes interface..."

    Take a look and let us know if you have any specific questions.
  2. In Topic: The Art of Programming: Volume I - Section 1.1 (Math Related Question)

    Posted 27 Jul 2011

    Thank you for your clear,concise, and knowledgeable explanation. You've inspired me to continue on to section 1.2!

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

DXDenton hasn't added any friends yet.

Comments

DXDenton has no profile comments yet. Why not say hello?