Python Cookbook 2Nd Edition Jun 1002005 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Python Cookbook 2Nd Edition Jun 1002005 [Electronic resources] - نسخه متنی

David Ascher, Alex Martelli, Anna Ravenscroft

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 12. Processing XML


    Introduction

    Recipe 12.1.
    Checking XML Well-Formedness

    Recipe 12.2.
    Counting Tags in a Document

    Recipe 12.3.
    Extracting Text from an XML Document

    Recipe 12.4.
    Autodetecting XML Encoding

    Recipe 12.5.
    Converting an XML Document into a Tree of Python Objects

    Recipe 12.6.
    Removing Whitespace-only Text Nodes from an XML DOM Node's Subtree

    Recipe 12.7.
    Parsing Microsoft Excel's XML

    Recipe 12.8.
    Validating XML Documents

    Recipe 12.9.
    Filtering Elements and Attributes Belonging to a Given Namespace

    Recipe 12.10.
    Merging Continuous Text Events with a SAX Filter

    Recipe 12.11.
    Using MSHTML to Parse XML or HTML


/ 394