• home
  • forum
  • my
  • kt
  • download
  • this:2/3 25records  total:66    start  Previous  Next  Last    goto:
    SOAP Java Implementations
    ON: 2007-08-28 11:37:52
    This tutorial describes:

    Java Implementations of SOAP.
    Axis Installation Requirements on Windows.
    Installing Axis 1.2.1 on Windows.
    Installing JAF 1.0.2.
    638 times | category: [Web Services]
    SOAP PHP Implementations
    ON: 2007-08-28 11:33:34
    This tutorial describes:

    PHP Implementations of SOAP.
    Checking My PHP Installation on Windows.
    Installing SOAP Library on Windows.

    305 times | category: [Web Services]
    Syndicating the Web with RSS News Feeds
    ON: 2007-08-28 11:28:45
    RSS is XML-based technology, which simply means that the language used to code news feeds is an XML markup language.
    24 times | category: [Web Services]
    XML Formatting Strategies
    ON: 2007-08-28 11:17:58
    In this tutorial, you'll learn: the basics of style sheets and XML formatting; when and why to use CSS and XSL on the Web; the practical differences between CSS and XSL style sheets; how to format a basic XML document using CSS and XSLT style sheets
    101 times | category: [Style Sheets]
    Transforming XML with XSLT
    ON: 2007-08-28 11:15:29
    In this tutorial, you'll learn: more details about the XSLT style sheet language; process and sort nodes in an XSLT style sheet; use patterns and expressions in XSLT; apply XSLT style sheets to more challenging document transformation tasks
    107 times | category: [Style Sheets]
    Styling XML Content with CSS
    ON: 2007-08-28 11:03:26
    Fortunately, due to its relative simplicity, there are no optical illusions associated with CSS
    97 times | category: [Style Sheets]
    Getting Started with XSL
    ON: 2007-08-28 11:01:22
    XSL is a more complex style sheet technology than CSS, so there is no way to thoroughly cover style sheets without things getting a little messy. Fortunately, as you learn in this tutorial, XSL is a technology that has considerably more to offer than CSS. XSL is designed to do a whole lot more than just format XML content for display purposes; it gives you the ability to completely transform XML documents. You learn in this tutorial how to transform XML documents into HTML documents that can be viewed in web browsers. Additionally, you should realize that the extra complexity in XSL is quite worth the learning curve because of its immense power and flexibility.
    89 times | category: [Style Sheets]
    XSLT - XSL Transformations
    ON: 2007-08-28 11:00:51
    An overview of XSLT - XSL Transformations
    19 times | category: [Style Sheets]
    Processing model
    ON: 2007-08-28 11:00:23
    Learn the basic ideas of the processing model.
    13 times | category: [Style Sheets]
    Structure of a stylesheet
    ON: 2007-08-28 10:58:06
    Learn the structure of an XML/XSLT stylesheet. An XSLT stylesheet is itself an XML document.
    22 times | category: [Style Sheets]
    Pattern Matching
    ON: 2007-08-28 10:49:53
    Using XPath for pattern matching.
    27 times | category: [Style Sheets]
    SAX: The Simple API for XML
    ON: 2007-08-28 09:40:49
    In this tutorial, you'll learn; what SAX is and how it works; how to get a SAX parser for your favorite programming language; how to write a Java program that uses a SAX parser to process an XML file
    448 times | category: [Parsing]
    Parsing XML with the DOM
    ON: 2007-08-28 09:36:43
    This tutorial discusses
    What the Document Object Model (DOM) is; The interfaces that make up the DOM; How to build programs that traverse the DOM; How to access specific data inside an XML document using the DOM; How to modify an XML document using the DOM;
    254 times | category: [Parsing]
    RSS FAQs - Atom Feed File Structure and Elements
    ON: 2007-08-28 09:30:33
    A collection of 15 FAQs on Atom feed file structure and elements. Clear answers are provided with tutorial samples on Atom feed documents and Atom entry documents; sub-elements of the feed and entry elements; generating contents for id, updated, and link sub-elements.
    36 times | category: [Miscellaneous]
    Overview of Windows DNA
    ON: 2007-08-28 09:27:58
    Microsoft Windows DNA is based on a distributed system architecture. Distributed systems contain components on more than one computer. An Internet-based system is a typical example of a distributed system.
    56 times | category: [Miscellaneous]
    Validating XML Documents
    ON: 2007-08-28 09:21:32
    This tutorial shows you how to use various tools to validate documents against a DTD or XSD.
    75 times | category: [Miscellaneous]
    Using SVG to Draw Scalable Graphics
    ON: 2007-08-28 09:17:21
    This tutorial includes the following: why to use SVG, configure your browser to handle the SVG format, the basics of shapes, lines, and colors; placing text on a path Rotating a shape.
    310 times | category: [Miscellaneous]
    Formatting XML with XSL-FO
    ON: 2007-08-28 09:04:55
    In this tutorial, you'll learn: what XSL-FO is and how it came to be; about the nuts and bolts of the XSL-FO language; validation of XSL-FO documents; conversion of an XSL-FO document to a PDF document.
    246 times | category: [Miscellaneous]
    DOM and Java
    ON: 2007-08-27 17:15:46
    If you're using Java 1.4.x or above, you already have built-in support for XML. This tutorial explains how to use that support to create and manipulate XML Document Object Model objects
    1792 times | category: [Java and XML]
    Entities and Other Components
    ON: 2007-08-27 17:10:41
    In this tutorial, we will look at some additional components that can be added to the DTD. The focus of this tutorial will be entities, which are used to represent text that can be part of either the DTD or the XML document.
    24 times | category: [Introduction to XML]
    An Introduction to Document Type Definitions
    ON: 2007-08-27 17:03:58
    We will make a document template for creating XML documents that can be viewed in Web browsers as HTML documents. In this tutorial, we will create a document type definition (DTD) for this template
    26 times | category: [Introduction to XML]
    XML Within the Enterprise
    ON: 2007-08-27 16:58:14
    XML can be used to create text documents that contain data in a structured format. In addition to the data, you can include a detailed set of rules that define the structure of the data. The author of the XML document defines these rules.
    20 times | category: [Introduction to XML]
    XML Namespace, XPath, XPointer, and XLink
    ON: 2007-08-27 16:52:17
    In this tutorial we will look at four of the XML specifications: XML Namespaces, XML Path Language (XPath), XML Pointer Language (XPointer), and XML Linking Language (XLink).
    82 times | category: [Introduction to XML]
    XML Schemas
    ON: 2007-08-27 16:42:09
    In this tutorial, you'll learn about XML schemas and how to use them in your XML documents. We'll look at the XML schema data types and their categories and then explore how to create simple and complex data types.
    15 times | category: [Introduction to XML]
    The XML Document Object Model
    ON: 2007-08-27 16:35:30
    The XML Document Object Model (DOM) is a platform-neutral and language-neutral interface that allows developers to create applications and scripts to access and update the content, style, and structure of XML documents.
    635 times | category: [Introduction to XML]
    this:2/3 25records  total:66    start  Previous  Next  Last    goto:

    Category

      Authoring (3)
      Book Samples (1)
      Database Related (2)
      Development (9)
      Introduction to XML (13)
      Java and XML (5)
      Miscellaneous (9)
      Parsing (2)
      PHP and XML (2)
      Style Sheets (9)
      Web Services (11)