Top "Parsing" questions

Parsing refers to breaking an artifact into its constituent elements and capturing the relationship between those elements.

How to get just numeric part of CSS property with jQuery?

I need to do a numeric calculation based on CSS properties. However, when I use this to get info: $(this).…

javascript jquery css parsing
Line Break in XML?

I'm a beginner in web development, and I'm trying to insert line breaks in my XML file. This is what …

html xml parsing line break
How to use XMLReader in PHP?

I have the following XML file, the file is rather large and i haven't been able to get simplexml to …

php xml parsing simplexml xmlreader
How can I use the python HTMLParser library to extract data from a specific div tag?

I am trying to get a value out of a HTML page using the python HTMLParser library. The value I …

python html parsing html-parsing
How to convert an XML file to nice pandas dataframe?

Let's assume that I have an XML like this: <author type="XXX" language="EN" gender="xx" feature="xx" web="…

python xml python-2.7 parsing pandas
preg_match(); - Unknown modifier '+'

Alright, so I'm currently working on parsing an RSS feed. I've gotten the data I need no problem, and all …

php xml parsing rss
An efficient way to transpose a file in Bash

I have a huge tab-separated file formatted like this X column1 column2 column3 row1 0 1 2 row2 3 4 5 row3 6 7 8 row4 9 10 11 I would like …

bash parsing unix transpose
Unix command-line JSON parser?

Can anyone recommend a Unix (choose your flavor) JSON parser that could be used to introspect values from a JSON …

json parsing unix configuration
PDF Parsing Using Python - extracting formatted and plain texts

I'm looking for a PDF library which will allow me to extract the text from a PDF document. I've looked …

python pdf parsing text-extraction information-extraction
sscanf in Python

I'm looking for an equivalent to sscanf() in Python. I want to parse /proc/net/* files, in C I could …

python parsing split scanf procfs