January 2008
ASPN : Python Cookbook : sed/awk : Python script to rename subdirectories of a directory tree, replace strings in files
(via)I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.
March 2007
Beautiful Soup documentation
Beautiful Soup is an HTML/XML parser for Python that can turn even invalid markup into a parse tree. It provides simple, idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.
December 2006
Raleigh.ru - XSLT в примерах
XSLT-процессоры анализируют исходный XML и пытаются найти подходящий XSL-шаблон. Если такой шаблон найден, то выполняются инструкции внутри него.
1
(3 marks)