Geometry.Net - the online learning center
Home  - Computer - Xml
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 139    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

         Xml:     more books (100)
  1. XML How to Program by Harvey M. Deitel, Paul J. Deitel, et all 2000-12-31
  2. XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition by Sal Mangano, 2005-12-14
  3. XML 1.1 Bible by Elliotte Rusty Harold, 2004-03-05
  4. Office 2003 XML by Simon St. Laurent, Evan Lenz, et all 2004-05-28
  5. Building Oracle XML Applications by Steve Muench, 2000-10-02
  6. Access 2007 Programming by Example with VBA, XML, and ASP (Wordware Database Library) by Julitta Korol, 2007-12-05
  7. XML Pocket Consultant by William R. Stanek, 2002-01-16
  8. Professional ASP XML by Mark Baartse, Steven Hahn, et all 2000-05-31
  9. Pro .NET 2.0 XML (Expert's Voice in .Net) by Bipin Joshi, 2007-04-16
  10. Xml: A Primer (Professional mindware) by Simon St. Laurent, 2001-05
  11. No Nonsense XML Web Development with PHP by Thomas Myer, 2005-07-27
  12. Professional SQL Server 2005 XML (Programmer to Programmer) by Scott Klein, 2006-01-11
  13. Sams Teach Yourself XML in 24 Hours, Complete Starter Kit (3rd Edition) by Michael Morrison, 2005-11-24
  14. Applied SOAP: Implementing .NET XML Web Services by Kenn Scribner, Mark Stiver, 2001-11-04

41. Cover Pages: Electronic Business XML Initiative (ebXML)
General information, links and a list of historical events (news).
http://xml.coverpages.org/ebXML.html
SEARCH ABOUT INDEX NEWS ... LIBRARY SEARCH
Advanced Search
ABOUT
Site Map

CP RSS Channel
...
Historic

Last modified: August 29, 2006 Technology Reports
Electronic Business XML Initiative (ebXML) ebXML is an international initiative established by UN/CEFACT and OASIS . "The United Nations Centre for Trade Facilitation and Electronic Business (UN/CEFACT) and the Organization for the Advancement of Structured Information Standards (OASIS) have joined forces to initiate a worldwide project to standardize XML business specifications. UN/CEFACT and OASIS have established the Electronic Business XML Working Group to develop a technical framework that will enable XML to be utilized in a consistent manner for the exchange of all electronic business data. Industry groups currently working on XML specifications have been invited to participate in the 18-month project." Rationale for the initiative was provided in: "XML and Global Business Exchanges - an invitation." It says, in part: There often competing, efforts underway worldwide to develop XML specifications for global business exchanges. We are concerned that, without some urgent initiative to bring these efforts together, this will lead to considerable confusion and duplication among users and, that as a result, the opportunities that XML offers to the market will not be maximized. Therefore, in a joint venture with OASIS - the Organisation for the Advancement of Structured Information Standards - we are launching a global initiative to develop an open technical framework to enable XML to be utilized in a consistent and uniform manner for the exchange of all electronic business data. To facilitate global business exchanges and to make them a reality for all users, we strongly support the development and implementation of open, interoperable, international standards and specifications. More information on UN/CEFACT can be found on our Web site

42. What Is XML? - A Word Definition From The Webopedia Computer Dictionary
This page describes the term xml and lists other pages on the Web where you can find additional information.
http://www.webopedia.com/XML.html
Webopedia.com Sign Up Sign In Search Home > XML

43. XML Encoding
xml documents can contain foreign characters like Norwegian , or French . To let your xml parser understand these characters, you should save your xml documents as Unicode.
http://www.w3schools.com/xml/xml_encoding.asp

44. Performance Comparison Between SAX XML::Filter::Dispatcher And XML::Twig
xmlTwig and the xmlSAX-based module xmlFilterDispatcher offer similar capabilities for implementing XPath-based dispatch tables. A performance comparison shows that they can have nearly identical execution speed.
http://tomacorp.com/perl/xml/saxvstwig.html
Performance Comparison Between SAX XML::Filter::Dispatcher and XML::Twig The Perl modules XML::Twig and the XML::SAX-based module XML::Filter::Dispatcher offer similar capabilities for implementing XPath-based dispatch tables. A performance comparison shows that they can have nearly identical execution speed. There is a good commentary on this article at Comments on "Performance Comparison Between SAX XML::Filter::Dispatcher and XML::Twig" . This article includes cautions about some potential problems with my XML::Twig code. This code is extracted from a larger application, and simplified. I intend to write XML processors for many different XML formats. I want to choose XML processing tools and techniques carefully. This is especially important since I will need to scale up this code and get others to work on it. I anticipate supporting at least fifty XML formats each containing dozens of unique tags. XML file sizes will vary from a few hundred bytes to perhaps hundreds of megabytes. I looked first at XML::Twig, and then Matt Sergeant recommended that I consider XML::SAX. I tried it, but complained that the resulting code contains large case statements, which I don't like. Since I prefer a dispatch table approach, Matt suggested XML::Filter::Dispatcher. After I got some help with the Dispatcher documentation from Barrie Slaymaker, I was able to get this SAX-based approach to work.

45. XML In Mozilla - MDC
This document provides an overview of the plans for xml in Mozilla. (Mozilla)
http://developer.mozilla.org/en/XML_in_Mozilla

46. PHP: XML Parser - Manual
An eventbased parser such xml Parser is preferable for large files, because tree-based parsers must fully load the file into memory in order to parse the
http://php.net/manual/en/book.xml.php
@import url("http://static.php.net/www.php.net/styles/site.css"); @import url("http://static.php.net/www.php.net/styles/phpnet.css"); @import url("http://static.php.net/www.php.net/styles/print.css"); downloads documentation faq getting help ... my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list Introduction Last updated: Fri, 29 Oct 2010 view this page in Brazilian Portuguese French German Japanese Polish Romanian Persian Spanish Turkish Other
XML Parser
  • Introduction Installing/Configuring XML Parser Functions
    • — Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1 — Encodes an ISO-8859-1 string to UTF-8 — Get XML parser error string — Get current byte index for an XML parser — Get current column number for an XML parser — Get current line number for an XML parser — Get XML parser error code — Parse XML data into an array structure — Start parsing an XML document — Create an XML parser with namespace support — Create an XML parser — Free an XML parser — Get options from an XML parser — Set options in an XML parser — Set up character data handler — Set up default handler — Set up start and end element handlers — Set up end namespace declaration handler

47. XML Pipeline - Wikipedia, The Free Encyclopedia
xml Free source code and tutorials for Software developers and Architects.
http://en.wikipedia.org/wiki/XML_pipeline
XML pipeline
From Wikipedia, the free encyclopedia Jump to: navigation search In software , an XML Pipeline is formed when XML (Extensible Markup Language) processes, especially XML transformations and XML validations , are connected together. For instance, given two transformations T and T , the two can be connected together so that an input XML document is transformed by T and then the output of T is fed as input document to T . Simple pipelines like the one described above are called linear ; a single input document always goes through the same sequence of transformations to produce a single output document.
Contents
edit Linear Operations
Examples of operations on linear pipeline may include:
  • Identity transform - makes a verbatim copy of its input to the output Transform - execute a transform on the input file using a specified XSLT file. Version 1.0 or 2.0 should be specified. Rename - renames elements or attributes without modifying the content Replace - replaces elements or attributes Insert - adds a new data element to the output stream at a specified point Delete - removes an element or attribute (also known as pruning the input tree) Split - take a single XML document and split it into distinct documents Wrap - wraps elements with additional elements Reorder - changes the order of elements
edit Non-linear
Non-linear operations on pipelines may include:
  • Conditionals — where a given transformation is executed if a condition is met while another transformation is executed otherwise

48. XML.Gov - Home Page
Extensible Markup Language (xml) embodies the potential to alleviate many of the interoperability problems associated with the sharing of documents and data
http://www.xml.gov/
Featured Subjects XML Home Site Map
Community of Practice

Presentations
...
Related Links

Search XML.gov Advanced Comment on This Page
Extensible Markup Language (XML) embodies the potential to alleviate many of the interoperability problems associated with the sharing of documents and data. Realizing the potential requires cooperation not only within but also across organizations. Our purpose is to facilitate the efficient and effective use of XML through cooperative efforts among government agencies, including partnerships with commercial and industrial organizations. Contributions are welcome and encouraged! DC Area XML User Group Meeting October 20
DC-2010 Conference October 20 - 22
RuleML 2010 Symposium October 21 - 23
Journal Tag Suite Conference
TPAC
November 1 - 5
Open Gov Data Conference November 15 - 17 MarkLogic Government Summit November 17 AIIM March 22 - 24 FOSE July 19 - 21 Balisage Conference August 1 - 5 XML News Coverage GCN FCW CIO Magazine Washington Technology ... XML-Related Opportunities Listed in FedBizOps XML User Groups DC - LinkedIn Group PA Ottawa Asia Pacific ... Cover Page - Recommendations Included in FEA TRM OASIS Standards Included in FEA TRM Search for XML-related Standards See also Agendas Completed In-Progress President Obama's Directive Data.gov

49. XML Computer Jobs XML IT Jobs: Developer Programmer XML Job Resume Board, Job Bo
xml tech jobs, xml programmer jobs post resume at xml job board with programmer job descriptions and resumes, Post job for programmers, xml developers and engineers IT employment
http://xml.computerwork.com/
/*********************************************** * Featured Content Slider- � Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/ LOGIN When you log in you'll be taken to JobServe
ID
PASSWORD Forget your ID or Password? Proud to be a member of JobServe
Home Search Jobs Post Resume ... Contact Register With Jobserve New benefits you will receive: Save searches Instant or daily job alerts, by email or RSS feed Application tracker Upload up to 10 resumes Employers: Post your job now! View Client Testimonials Search XML online jobs Visit our family of IT employment sites ... What users say about Computer Work Search XML Jobs!
Enter technical skills, job titles, description or locations as keywords.
Match all of the words Match any of the words Boolean Search (Tips) Advanced Search
Computerwork is now part of JobServe, one of the largest job boards in the world. Computerwork is now transitioning across to JobServe's more advanced platform and globally recognized brand with the launch of Jobserve USA . The key benefit to jobseekers is JobServe's superior matching technology which ensures you are matched with your ideal job.
Featured Companies Increase Your Earning Potential with an Online College Degree AchieveYourCareer.com offers a complete list of

50. XML - XSL, XSLT, XPath, XPointer, XML Resources, Specifications
xml (eXtensible Markup Language) is the basis for the new XHTML. It comes from SGML and is used to represent data in a standard format. The articles and links on this page will
http://webdesign.about.com/od/xml/XML.htm
zWASL=1 zGL='0';zGR='ca-about-radlink'; zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') zDO=0
  • Home Web Design / HTML
  • Web Design / HTML
    Search
    XML
    XML (eXtensible Markup Language) is the basis for the new XHTML. It comes from SGML and is used to represent data in a standard format. The articles and links on this page will help you learn how to use XML on your Web pages and in Web applications.
  • Beginning XML (36) DTDs (13) Parsers (12) XHTML @ ...
  • What is XML Content?
    How does XML define the content of a document? What are structured documents? This document explains content as XML sees it. zSB(3,3)
    Styling XML Documents with CSS
    You can use Cascading Style Sheets to style XML tags so that your XML looks exactly as you'd like it to display. CSS works for more than just HTML or XHTML.
    SGML
    SGML stands for Standard Generalized Markup Language. It is a language and an ISO standard used to describe information in a document.
    About XML Free Class
    After you finish this course, you will understand the basics of XML, what it is, how it works and how you can use it in your work. With interactive lessons and the option to work with other people in the course, you'll be able to learn XML the way you want. Go at your own pace, or follow along with the weekly syllabus.
    About XML Resource Center
    Keep up-to-date with the XML community, find out about new XML articles and information, and just stay focused on this very exciting topic. The About XML Resource Center has all you need to learn and use XML.

    51. XML Tools - Exploring XML - Webreference.com
    A collection of GNU software tools for processing xml and its derivates, such as RSS.
    http://www.webreference.com/xml/tools/

    WebRef
    Sitemap Experts Tools ... xml / tools Columns Reference Tools Resources ... newsletter! XML Tools and released under the GNU General Public License Documenting XML DTDs with dtddoc A documentation tool for XML DTDs, along the lines of javadoc for Java code.
    Current versions
    Version Column Demo Page Class Archive Source Code Comments col 68 RSS 0.91 dtddoc N/A ZIP Initial release. Check for known bugs Submit a bug Join a discussion Join a mailing list Derivative work JERSS , a Java servlet for displaying RSS newsfeeds, its code based on RSSViewerApplet. RSSChannel , an Enterprise Java Bean for viewing RSS channels. Also includes an EJB client and a servlet to get the result on a Web page. RSSViewerApplet Configurator Configures RSSViewerApplet and shows HTML snippet to be included. Version Column Tool col 28 Configurator RSSViewerApplet This applet retrieves an RSS file and displays its content in a highly customizable form.
    Current versions
    Version Column Demo Page Class Archive Source Code Comments col 7 HTML JAR ZIP The initial, bare-bones version. No fancy UI code, just the RSS functionality. col 9 HTML JAR ZIP The first officially released version. Highly customizable UI style via applet parameters, plus full headers and javadocs.

    52. XML - O'Reilly Media
    A compilation of O Reilly Media s information about xml (Extensible Markup Language), from news, books, conferences, courses, community, and reports.
    http://oreilly.com/xml/

    53. What Is XML Content - XML Marks Up Content And Data
    How does xml define the content of a document? What are structured documents? This document explains content as xml sees it.
    http://webdesign.about.com/od/xml/a/xml_content.htm
    zWASL=1;zGRH=1 zGCID=this.zGCID?zGCID+" test11":" test11" zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') zDO=0
  • Home Web Design / HTML
  • Web Design / HTML
    Search
    By Jennifer Kyrnin , About.com Guide Filed In:
  • XML
  • zSB(3,3)
    Defining Content
    As computers (and developers) became more sophisticated, it became apparent that we could define more than just the look of the text on the screen. It is often useful to define the actual content type of information. For example, take my name: Jennifer Kyrnin. The computer sees this as just a random collection of letters. You, as the reader, have to assign meaning to it. In this case, it is the name of the author of this article, but in other situations my name could mean different things:
    • in the About structure my name would represent the Web Design/HTML Guide in my family tree, my name would represent the daughter of Judy and Layard in the Symantec org chart my name would represent a former Senior Marketing Web Developer in Netcom human resources my name would represent a former Webmaster in Uzbekistan my name would represent a former English teacher for World Languages University
    None of that information is defined by HTML.

    54. Create Your Google Sitemap Online - XML Sitemaps Generator
    Offers a Sitemap generator that creates xml and HTML variants. Free up to a maximum of 500 pages or purchase a script for unlimited use.
    http://www.xml-sitemaps.com/

    55. Csv2xml - A Csv To Xml Converter
    Open source CSV to xml converter.
    http://csv2xml.sourceforge.net
    HOME CHANGELOG DOWNLOAD
    csv2xml - A csv to xml converter
    As the name suggest, csv2xml is a simple csv to xml converter. It reads csv files from standard input, and output a valid xml file on standard output. csv2xml is great if your client asks you to resend a data file as xml, no need to modify your scripts, or for when you have a large csv file and you would like to be able to view/edit it with your favourite xml utility.
    How to use csv2xml
    If you have a csv file called test.csv and want to create a file test.xml after installing csv2xml you would type the following:
    Installing
    Currently there is source code available for anyone using a BSD/Linux based system, it should work in windows but I have not created executables for it. Download the source from sourceforge, and follow the README instructions. If you want binaries for windows or other operating systems let me know and I should be able to arrange it fairly quickly.
    Downloading
    The latest version is available on sourceforge
    Documentation
    For further information read the man pagees, here are some other related documents.

    56. Cover Pages: Public SGML/XML Software
    The software listing of The xml Cover Pages.
    http://xml.coverpages.org/publicSW.html
    SEARCH ABOUT INDEX NEWS ... LIBRARY SEARCH
    Advanced Search
    ABOUT
    Site Map

    CP RSS Channel
    ...
    Historic

    Last modified: April 11, 2002 Library
    Public SGML/XML Software
    Publicly Available Software for SGML/XML/DSSSL
    Introduction
    Priority is given to "public" SGML/XML software in this document database since the scope of interest is mainly the Internet, where the ethic of public gift is highly esteemed. The wealth of SGML software made freely available for public use is evidence of that ethos. As a supplement to the links and information provided on public SGML software below, readers should consult Steve Pepper's "Whirlwind Guide to SGML Tools and Vendors." See the main bibliographic entry for the Whirlwind Guide for a document abstract and detailed information about its contents. See also the detailed software summary for 207 products extracted from the technical report of Eila Kuikka and Erja Nikunen [updated January 1998]: (a) the full bibliographic entry , or (b) the overview in the "Commercial SGML Software" page . NICE Technologies [November 1996] also has an online database of SGML vendors and products local archive copy Primary sections in this document include the following however infelicitous the taxonomy for software categories. See the Contents listing to link directly to a particular description.

    57. Exploring XML - The Webmaster's Reference On XML: Free Tutorials, Tools, Standar
    Hack into the jungle of this hot new markup language with Exploring xml, a bi weekly column featuring tutorials, examples and training in xml,
    http://www.webreference.com/xml/

    WebRef
    Sitemap Experts Tools ... experts / xml Columns Reference Tools Resources ... newsletter! X PLORING X ML [82] Exploring XML and RSS in Flash
    In this article we will examine the XML processing capabilities of Macromedia Flash, and create an RSS "movie" along the lines of the wildly popular RSS applet [81] XML Features of Oracle 8i and 9i
    XML and relational databases are both technologies for structuring, cataloguing and processing data. If data has a regular and atomic structure, it is more appropriate and efficient to use a database than XML. In this case, why would you wish to go to the trouble of converting such data from a database into XML and vice versa? Reasons include... [80] XMLMap on Computing
    In this installment we will extend our XMLMap into the computing territory. While XML started out as a format for end user documents, its platform independence and low computing requirements made it move into device and service configurations [79] Book Review: "Web Services: A Technical Introduction"
    Now that Web services passed the peak of the hype curve and have moved into productive use, Prentice Hall's Deitel Developer Series provides a technical introduction to Web services that is packed with information on business models, vendors and products as well as base technology [78] CeBIT Special Report
    Europe's most important exhibition for computer electronics, CeBIT, took place from March 12 to 19 in Hannover, Germany. We interrupt the current XML programme for a look at

    58. Xml | Define Xml At Dictionary.com
    eXtensible Markup Language a simplified version of SGML that can be used, esp. on the World Wide Web, to create a tagging scheme that allows elements of a document to be
    http://dictionary.reference.com/browse/XML

    59. Nenie XML
    An Eiffel xml parser and library.
    http://www.nenie.org/eiffel/xml/
    Nenie XML: an Eiffel XML parser and library
    Current release: 0.1, 2001-07-14 Note: most of Nenie XML has been integrated in the development release of Gobo. Nenie XML can be used with Gobo release 2.0. From Gobo 3.0, the XML library within Gobo should be used instead of Nenie XML. Nenie XML is an XML parser and support library. It is fully written in Eiffel, aiming at portability between compilers. Dependencies are limited to Gobo and the portable subset of the Eiffel kernel library. No external code is used. The parser targets full XML 1.0 (2nd edition) compliance. It is being tested against the OASIS XML Conformance Test suite it currently passes 99% of binary tests. On top of XML 1.0 compliance, it can be used with or without namespaces. The parser is a non-validating processor as defined in the standard: it checks document well-formedness and fully parses DTDs, but does not validate content. The library, which comes with extensive documentation, includes support for event interfaces (raw and with resolved namespaces) and tree facilities. The tree representation is currently aimed at data-centric documents.
    Download
    • Download historical source code and documentation: .tar.gz or .tgz file (70 kilobytes).

    60. Cover Pages: Introducing The Extensible Markup Language (XML)
    This document contains information relevant to 'Introducing the Extensible Markup Language (xml)' and is part of the Cover Pages resource. The Cover Pages is a comprehensive
    http://xml.coverpages.org/xmlIntro.html
    SEARCH ABOUT INDEX NEWS ... LIBRARY SEARCH
    Advanced Search
    ABOUT
    Site Map

    CP RSS Channel
    ...
    Historic

    Last modified: December 21, 2002 Library
    Introducing the Extensible Markup Language (XML)
    SGML and XML as Meta- Markup Languages
    SGML and XML are formal metalanguage facilities for defining markup languages. SGML has the full power to configure a set of features for markup languages, whereas XML has a fixed set of these SGML features. Since XML is a profile of SGML (rather like a proper subset of SGML features), most introductory presentations about SGML convey relevant information about XML as well. A collection of references for SGML may be found in "SGML: Introductions and Overviews."
    Introductions to XML
    The following list of introductory and tutorial articles on XML is extracted from the complete chronological listing of articles collected for the XML Cover Pages, viz. , from the Current XML Articles and the archived reference collections. Introductory books are referenced in "SGML/XML Books: Essential and Popular Titles." The documents cited below constitute representative overviews, and are throught to be relatively free of company-specific marketing rhetoric. Succinct and focused overviews of XML are provided in some of the XML FAQ documents.

    Page 3     41-60 of 139    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

    free hit counter