Mostrando 341 - 360 Resultados de 1,872 Para Buscar '"XML"', tiempo de consulta: 0.07s Limitar resultados
  1. 341
    “…This publication contains the following four parts: - A model Competent Authority Agreement (CAA) for the automatic exchange of CRS information; The Common Reporting Standard; The Commentaries on the CAA and the CRS; and The CRS XML Schema User Guide. This second edition expands the last part on the CRS XML Schema User Guide. …”
    Libro electrónico
  2. 342
    por Powers, Shelley
    Publicado 2003
    Tabla de Contenidos:
    Libro electrónico
  3. 343
    por Guruge, Anura
    Publicado 2004
    Tabla de Contenidos: “…; 1.2 Why there is a need for Web services; 1.3 When to implement Web services; 1.4 How to create and use Web services; 1.5 Q&A: A time to recap and reflect; Chapter 2. XML-The Backbone of Web Services; 2.1 XML from 33,000 feet; 2.2 What XML is all about; 2.3 The very basics of XML; 2.4 Contrasting XML against HTML; 2.5 DTDs and XML schema; 2.6 XSL and XSL: Making XML presentable; 2.7 XML editors and XML APIs…”
    Libro electrónico
  4. 344
    Publicado 2003
    “…This book is a succinct introduction and handy reference to the Java/XML APIs, more commonly known as the JWSDP or "Java Web Services Development Pack." …”
    Libro electrónico
  5. 345
    por Eubanks, Brian D.
    Publicado 2005
    Tabla de Contenidos: “…Java language and core API -- String utilities -- Processing XML and HTML -- Crawling the semantic Web -- Math and science -- Graphics and visualization -- Multimedia and sychronization -- Fun and games -- Integration…”
    Libro electrónico
  6. 346
    Publicado 2002
    “…With XSLT you can effortlessly transform XML documents into virtually any kind of output, including other XML documents and HTML pages. …”
    Libro electrónico
  7. 347
    por Bryant, Jay
    Publicado 2012
    Tabla de Contenidos: “…Merrily Down the StreamReading a File's Content; Writing a File's Content; Summary; CHAPTER 9 Writing and Reading XML; The Structure of XML; XML and Streams; DOM and SAX; Writing XML; Writing XML with DOM; Writing XML with Strings; Reading XML; Reading XML with DOM; Reading XML with SAX; A Word about Factory Classes; Summary; CHAPTER 10 Animation; Timing Is Everything; Animation: A Simple Example; Animating Multiple Items; Sprite Animation; Summary; CHAPTER 11 Debugging with Eclipse; The Flow of Debugging; Debugging without a Debugger; Starting the Eclipse Debugger; Breakpoints and Variables…”
    Libro electrónico
  8. 348
    por Cadenhead, Rogers
    Publicado 2007
    Tabla de Contenidos: “…The JDBC-ODBC Bridge -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 19: Reading and Writing RSS Feeds -- Using XML -- Designing an XML Dialect -- Processing XML with Java -- Processing XML with XOM -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 20: XML Web Services -- Introduction to XML-RPC -- Communicating with XML-RPC -- Choosing an XML-RPC Implementation -- Using an XML-RPC Web Service -- Creating an XML-RPC Web Service -- Summary -- Q&amp -- A -- Quiz -- Exercises -- DAY 21: Writing Java Servlets and Java Server Pages -- Using Servlets -- Developing Servlets -- JSP -- JSP Standard Tag Library -- Summary -- Q&amp -- A -- Quiz -- Exercises -- Appendixes -- APPENDIX A: Using the Java Development Kit -- Choosing a Java Development Tool -- Configuring the Java Development Kit -- Using a Text Editor -- Creating a Sample Program. -- Setting Up the CLASSPATH Variable -- APPENDIX B: Programming with the Java Development Kit -- An Overview of the JDK -- The java Interpreter -- The javac Compiler -- The appletviewer Browser -- The javadoc Documentation Tool -- The jar Java File Archival Tool -- The jdb Debugger -- Using System Properties -- APPENDIX C: This Book's Website -- Index -- Bonus Material on the Companion CD-ROM -- CD1 Choosing Java -- CD2 Writing Java Applets -- CD3 Regular Expressions -- CD4 Where to Go from Here: Java Resources…”
    Libro electrónico
  9. 349
    por ITL Education Solutions
    Publicado 2008
    Tabla de Contenidos: “…Indexing of Text Documents -- Web Search Engines -- Summary -- Key Terms -- Exercises -- Object-Based Databases -- Need for Object-Based Databases -- Object Relational Database Systems -- Object-Oriented Database Management Systems -- OODBMS versus ORDBMS -- Summary -- Key Terms -- Exercises -- XML -- Structured, Semi-Structured, and Unstructured Data -- Overview of XML -- Structure of XML Data -- DTD and XML Schema -- Querying XML Data -- Approaches to Store XML Data -- Uses of XML -- Summary -- Key Terms -- Exercises -- Leading Database Systems -- Postgre SQL -- Oracle -- Microsoft SQL Server -- IBM DB2 Universal Database -- Summary -- Key Terms -- Exercises -- Hospital Management System -- Aim -- Description -- Tables Description -- E-R Diagram -- Relational Database Schema for Case Study -- Implementation in SQL Server -- Railway Reservation -- Aim -- Description -- List of Assumptions -- E-R Diagram -- Description of Tables and Procedures -- Relational Database Schema for Case Study -- Microsoft Access as Database Management System -- Components of Access -- Starting Access -- Working with Tables -- Working with Queries -- Working with Forms -- Working with Reports -- SQL Extensions for Data Analysis -- Extensions to GROUP bY Clause -- New Analytic Functions -- Top-N Queries -- Windowing in SQL:1999 -- Abbreviations, Acronyms, and Symbols -- E. …”
    Libro electrónico
  10. 350
    Publicado 2011
    Tabla de Contenidos: “…; Part V: Input/Output; Chapter 13: Loading Assets; Loading SWFs and Images; Loading Data; Communicating with Loaded SWFs; Additional Online Resources; What's Next?; Chapter 14: XML; Understanding XML Structure; Creating an XML Object; Using Variables in XML; Reading XML; Writing XML; Deleting XML; Loading External XML Documents; Sending to and Loading from a Server; An XML-Based Navigation System; What's Next?…”
    Libro electrónico
  11. 351
    por Kurniawan, Budi
    Publicado 2002
    Tabla de Contenidos: “…Introduction -- Reference -- Microsoft.Win32 -- System -- System.Collections -- System.Collections.Specialized -- System.Diagnostics -- System.Globalization -- System.IO -- System.IO.IsolatedStorage -- System.Net -- System.Net.Sockets -- System.Reflection -- System.Reflection.Emit -- System.Runtime.InteropServices -- System.Runtime.Serialization -- System.Runtime.Serialization.Formatters -- System.Text -- System.Text.RegularExpressions -- System.Threading -- System.Timers -- System.Xml -- System.Xml.XPath -- System.Xml.Xsl…”
    Libro electrónico
  12. 352
    Publicado 2014
    Tabla de Contenidos: “…8.4 Extensible Style Language8.5 XML Data Tree; 8.6 CSS Versus XSLT; 8.7 Document Type Definition and Validation; 8.8 XML Schema; 8.9 Summary of Application of XML; 8.10 An Example of XML Application; 8.11 Advanced Subjects of XML; 8.12 XHTML; 8.13 XBRL; CHAPTER 9 SQL; 9.1 Introduction to SQL; 9.2 CREATE and DROP; 9.3 INSERT, UPDATE, DELETE; 9.4 Query-SELECT; 9.5 WHERE Clause and Comparison; 9.6 ORDER BY Clause; 9.7 Aggregate Functions; 9.8 GROUP BY Clause and HAVING Clause; 9.9 Joining Tables; 9.10 Subquery; 9.11 Tactics for Writing Queries…”
    Libro electrónico
  13. 353
    por Adamovich, Andrey
    Publicado 2013
    Tabla de Contenidos: “…. -- See also -- 5. Working with XML in Groovy -- Introduction -- Reading XML using XmlSlurper -- Getting ready -- How to do it... -- How it works... -- See also -- Reading XML using XmlParser -- How to do it... -- How it works... -- See also -- Reading XML content with namespaces -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Searching in XML with GPath -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Searching in XML with XPath -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Constructing XML content -- How to do it... -- How it works... -- There's more... -- See also -- Modifying XML content -- Getting ready -- How to do it... -- How it works... -- See also -- Sorting XML nodes -- How to do it... -- How it works... -- There's more... -- See also -- Serializing Groovy Beans to XML -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 6. …”
    Libro electrónico
  14. 354
    Publicado 2007
    “…"Microsoft Office InfoPath represents a revolutionary leap in XML technologies and a new paradigm for gathering business-critical information. …”
    Libro electrónico
  15. 355
    por Jennings, Roger
    Publicado 2004
    “…The XML chapter includes Access 2003¿s new XML export/import features. …”
    Libro electrónico
  16. 356
    Publicado 2009
    “…PRACTICAL, EXAMPLE-RICH COVERAGE OF: XHTML® CSS® JavaScriptTM: Control Statements, Functions, Arrays, Objects JSON (JavaScript Object Notation) XHTML DOM®: Objects and Collections JavaScript Event-Driven Programming XML® and RSS XML DOM Rich Internet Applications Asynchronous JavaScript and XML (Ajax) XMLHttpRequest Dojo Toolkit Consuming Web Services And more... …”
    Libro electrónico
  17. 357
    Tabla de Contenidos: “…LINQ to Objects -- LINQ to ADO.NET -- LINQ to XML…”
    Libro electrónico
  18. 358
    Publicado 2007
    “…Zudem erklärt er, wie SQL mit XML (SQL/XML:2005) verknüpft wird, um eine Website mit einer Datenbank zu verbinden.Außerdem gibt es jede Menge Profiinformationen, wie man zum Beispiel Datenbanken und Daten schützen kann und Fehler lokalisiert und behebt…”
    Libro electrónico
  19. 359
    Publicado 2008
    Tabla de Contenidos: “…Application Development -- Data Manipulation -- Application Domains, Reflection, and Metadata -- Threads, Processes, and Synchronization -- Files, Directories, and I/O -- Language Integrated Query (LINQ) -- LINQ to XML and XML Processing -- Database Access -- Windows Forms -- Multimedia -- Networking and Remoting -- Security and Cryptography -- Code Interoperability -- Commonly Used Interfaces and Patterns -- Windows Integration…”
    Libro electrónico
  20. 360
    por Meadows, Alex
    Publicado 2013
    Tabla de Contenidos: “…""Introduction""""Loading data into Salesforce.com""; ""Getting data from Salesforce.com""; ""Loading data into Hadoop""; ""Getting data from Hadoop""; ""Loading data into HBase""; ""Getting data from HBase""; ""Loading data into MongoDB""; ""Getting data from MongoDB""; ""Chapter 4: Manipulating XML Structures""; ""Introduction""; ""Reading simple XML files""; ""Specifying fields by using Path notation""; ""Validating well-formed XML files""; ""Validating an XML file against DTD definitions""; ""Validating an XML file against an XSD schema""; ""Generating a simple XML document""…”
    Libro electrónico