Cargando…

Perl & XML /

XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to le...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ray, Erik T.
Otros Autores: McIntosh, Jason
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly & Associates, Ã2002.
Edición:1st ed.
Colección:Nutshell handbook.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn177510752
003 OCoLC
005 20231017213018.0
006 m o d
007 cr nn|---uuuuu
008 020214s2002 caua o 001 0 eng d
040 |a UKM  |b eng  |e pn  |c PUL  |d UMC  |d CUS  |d CEF  |d OCLCE  |d OCLCQ  |d VLB  |d OCLCQ  |d AZU  |d NHM  |d N$T  |d EBLCP  |d MHW  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCF  |d OCLCA  |d OCLCQ  |d OCLCO  |d TEFOD  |d YDXCP  |d E7B  |d TEFOD  |d OCLCQ  |d COO  |d UIU  |d AU@  |d OCLCQ  |d CASUM  |d OCLCO  |d OCLCA  |d HS0  |d OCLCA  |d CZL  |d DST  |d OCLCQ  |d KSU  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO 
019 |a 54115793  |a 606749027  |a 606856391  |a 692691009  |a 729549063  |a 748105261  |a 759512173  |a 770008302  |a 861529699  |a 1019733002  |a 1044292459  |a 1295603330  |a 1300467773  |a 1303304114 
020 |a 9780596516406  |q (electronic bk.) 
020 |a 0596516401  |q (electronic bk.) 
020 |a 9781449366827  |q (electronic bk.) 
020 |a 1449366821  |q (electronic bk.) 
020 |z 059600205X 
020 |z 9780596002053 
029 1 |a NZ1  |b 12008777 
035 |a (OCoLC)177510752  |z (OCoLC)54115793  |z (OCoLC)606749027  |z (OCoLC)606856391  |z (OCoLC)692691009  |z (OCoLC)729549063  |z (OCoLC)748105261  |z (OCoLC)759512173  |z (OCoLC)770008302  |z (OCoLC)861529699  |z (OCoLC)1019733002  |z (OCoLC)1044292459  |z (OCoLC)1295603330  |z (OCoLC)1300467773  |z (OCoLC)1303304114 
037 |a 0B6F5AD6-630D-403D-9EBC-4F01435E8750  |b OverDrive, Inc.  |n http://www.overdrive.com 
042 |a dlr 
050 4 |a QA76.73.P22  |b R39 2002 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.72  |2 21 
049 |a UAMI 
100 1 |a Ray, Erik T. 
245 1 0 |a Perl & XML /  |c by Erik T. Ray and Jason McIntosh. 
246 3 |a Perl and XML 
250 |a 1st ed. 
260 |a Sebastopol, CA :  |b O'Reilly & Associates,  |c Ã2002. 
300 |a 1 online resource (xii, 202) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Nutshell handbook 
500 |a Includes index. 
504 |a Includes webliography. 
588 0 |a Print version record. 
520 |a XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and conveying other sorts of data as well, thus its central role in web services like SOAP and XML-RPC. As the Perl programming language was tailor-made for manipulating text, few people have disputed. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [Place of publication not identified] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
505 0 |a Table of Contents; Preface; Assumptions; How This Book Is Organized; Resources; The perl-xml Mailing List; CPAN; Font Conventions; How to Contact Us; Acknowledgments; Perl and XML; Why Use Perl with XML?; XML Is Simple with XML::Simple; XML Processors; A Myriad of Modules; Keep in Mind ... ; XML Gotchas; An XML Recap; A Brief History of XML; Markup, Elements, and Structure; Namespaces; Spacing; Entities; Unicode, Character Sets, and Encodings; The XML Declaration; Processing Instructions and Other Markup; Free-Form XML and Well-Formed Documents; Declaring Elements and Attributes; Schemas 
505 8 |a Other Schema StrategiesTransformations; XML Basics: Reading and Writing; XML Parsers; Example (of What Not to Do): A Well-Formedness Checker; XML::Parser; Example: Well-Formedness Checker Revisited; Parsing Styles; Stream-Based Versus Tree-Based Processing; Putting Parsers to Work; XML::LibXML; XML::XPath; Document Validation; DTDs; Schemas; XML::Writer; Other Methods of Output; Character Sets and Encodings; Unicode, Perl, and XML; Unicode Encodings; UTF-8; UTF-16; UTF-32; Other Encodings; Core Perl support; Encoding Conversion; iconv and Text::Iconv; Unicode::String; Byte order marks 
505 8 |a Event StreamsWorking with Streams; Events and Handlers; The Parser as Commodity; Stream Applications; XML::PYX; XML::Parser; SAX; SAX Event Handlers; DTD Handlers; External Entity Resolution; Drivers for Non-XML Sources; A Handler Base Class; XML::Handler::YAWriter as a Base Handler Class; XML::SAX: The Second Generation; XML::SAX::ParserFactory; SAX2 Handler Interface; Content event handlers; Entity resolver; Lexical event handlers; Error event handlers and catching exceptions; SAX2 Parser Interface; Example: A Driver; Installing Your Own Parser; Tree Processing; XML Trees; XML::Simple 
505 8 |a XML::Parser's Tree ModeXML::SimpleObject; XML::TreeBuilder; XML::Grove; DOM; DOM and Perl; DOM Class Interface Reference; Document; Properties; Methods; DocumentFragment; DocumentType; Properties; Node; Properties; Methods; NodeList; Properties; Methods; NamedNodeMap; Properties; Methods; CharacterData; Properties; Methods; Element; Properties; Methods; Attr; Properties; Text; Methods; CDATASection; ProcessingInstruction; Properties; Comment; EntityReference; Entity; Properties; Notation; Properties; XML::DOM; XML::LibXML; Beyond Trees: XPath, XSLT, and More; Tree Climbers; XPath; XSLT 
505 8 |a Optimized Tree ProcessingRSS, SOAP, and Other XML Applications; XML Modules; XML::RSS; Introduction to RSS; Using XML::RSS; Parsing; Inheriting from XML::Parser; The Object Model; Input: User or File; Off-the-Cuff Output; XML Programming Tools; XML::Generator::DBI; Further Ruminations on DBI and SAX; SOAP::Lite; First Example: A Temperature Converter; Second Example: An ISBN Lookup Engine; Coding Strategies; Perl and XML Namespaces; Subclassing; Subclassing Example: XML::ComicsML; Converting XML to HTML with XSLT; Example: Apache::DocBook; A Comics Index; Index 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Perl (Computer program language) 
650 0 |a XML (Document markup language) 
650 0 |a Programming languages (Electronic computers) 
650 1 2 |a Programming Languages 
650 6 |a Perl (Langage de programmation) 
650 6 |a XML (Langage de balisage) 
650 6 |a Langages de programmation. 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Programming languages (Electronic computers)  |2 fast 
650 7 |a Perl (Computer program language)  |2 fast 
650 7 |a XML (Document markup language)  |2 fast 
650 7 |a Perl 5.6  |2 gnd 
650 7 |a XML  |2 gnd 
700 1 |a McIntosh, Jason. 
776 0 8 |i Print version:  |a Ray, Erik T.  |t Perl and XML.  |b 1st ed.  |d Sebastopol, CA ; Farnham : O'Reilly, 2002  |z 059600205X  |w (OCoLC)49044536 
830 0 |a Nutshell handbook. 
856 4 0 |u https://learning.oreilly.com/library/view/~/059600205X/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL540496 
938 |a ebrary  |b EBRY  |n ebr10758192 
938 |a EBSCOhost  |b EBSC  |n 414847 
938 |a YBP Library Services  |b YANK  |n 11368662 
938 |a YBP Library Services  |b YANK  |n 7353874 
994 |a 92  |b IZTAP