Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics

Prev Next
1 2 3 4 5 6 7 8 9 10
 
Wikipedia DTD
This is a draft of Wikipedia DTD, an interchangeable XML representation of the content of wikipedia articles. It contains elements for the content of an article (Wikitext DTD). This is also a contribution to get a formal wikitext standard that is still lacking. When there is such a standard multiple suites of software (some based on mediawiki, some not) could support it, and each Wikipedia could choose between them, while supporting the same portable open content.

Type: DTD  #Views: 308  Category: Resource    

iCalendar DTD Document (xCal)
The 2001-08-20 IETF document iCalendar DTD Document (xCal) defines an XML Document Type Definition (DTD) that corresponds to the iCalendar, Internet Calendaring and Scheduling Core Object Specification defined by RFC 2445. This DTD provides equivalent functionality to the standard format defined by RFC 2445. Documents structured in accordance with this DTD may also be known as 'XML iCalendar' documents or 'xCal'.

Type: DTD  #Views: 498  Category: Resource    

DocBook XML DTD
The purpose of this committee [OASIS DocBook Technical Committee] is to develop and maintain the DocBook family of specifications. In particular, this TC maintains the XML and SGML DocBook DTDs, a suite of extension modules, and a simplified authoring subset of DocBook. The TC may also support other schema languages in the future and may develop additional modules and derived document types. The DocBook TC will also develop specifications based on previously published standards for use in the XML version of DocBook and other related XML specifications; the first such specification will be based on previously published ISO 9573 entity sets (themselves an extension of the ISO 8879 entity sets). [Revised OASIS DocBook TC Charter, 2001-08-23]

Type: DTD  #Views: 273  Category: Resource    

Describing your Data: DTDs and XML Schemas
If you've been developing with XML for even a short period of time, you are likely to have reached the point of wanting to describe your XML data structures. Document Type Definitions (DTDs) and XML Schemas are key technologies in this area.

Type: DTD  #Views: 507  Category: Article    

Filling in the DTD Gaps with Schematron
Many XML developers, just when they've gotten used to DTDs, are hearing about alternatives and wondering what to do with them. W3C schemas, RELAX NG, Schematron -- which should they go with? What will each buy them? What software support does each have? How much of their current systems will they still be able to use? The feeling of unease behind these questions can be summed up with one question: if I leave DTDs behind to use one of the others, will I regret it?

Type: DTD  #Views: 441  Category: Article    

Converting an SGML DTD to XML
XML.com is pleased to welcome Norman Walsh as a regular columnist on the site. Norm is a Senior Application Analyst at ArborText, Inc., a developer of industrial stength SGML authoring and publishing tools, though we need to say that the words here are his own, not those of his employer. Norm brings a wealth of expertise in SGML, XML, text processing and digital publishing. His column, XML Q&A will cover a variety of topics, dictated by you, the viewer. Please share your questions and suggestions for things you'd like to see covered to xmlqna@xml.com.

Type: DTD  #Views: 451  Category: Article    

The Making of the DocBook DTD
The DocBook DTD is a mature SGML DTD for computer documentation, which makes it very useful. The story of its development is also valuable, as it shows what is possible when a group of dedicated people get together to solve a common problem, a thread common to Open Source projects. The development of the DocBook DTD is also a success story that has additional interest to the XML development community; many of those who developed DocBook have gone on to become major contributors to the development of XML.

Type: DTD  #Views: 463  Category: Article    

The DTD Synax
XML by Example teaches Web developers to make the most of XML with short, self-contained examples every step of the way. The book presumes knowledge of HTML, the Web, Web scripting, and covers such topics as: Document Type Definitions, Namespaces, Parser Debugging, XSL (Extensible Stylesheet Language), and DOM and SAX APIs. At the end, developers will review the concepts taught in the book by building a full, real-world e-commerce application.

Type: DTD  #Views: 498  Category: Article    

DTD - Entities
This section describes what DTD-Entities are.

Type: DTD  #Views: 172  Category: Resource    

Parsing the Parameterized DTD
This section uses the Echo program to see what happens when you reference xhtml.dtd in slideshow.dtd. It also covers the kinds of warnings that are generated by the SAX parser when a DTD is present.

Type: DTD  #Views: 205  Category: Resource    

Creating a Document Type Definition (DTD)
After the XML declaration, the document prolog can include a DTD, which lets you specify the kinds of tags that can be included in your XML document. In addition to telling a validating parser which tags are valid, and in what arrangements, a DTD tells both validating and nonvalidating parsers where text is expected, which lets the parser determine whether the whitespace it sees is significant or ignorable.

Type: DTD  #Views: 237  Category: Resource    

Simplified DocBook
The Simplified DocBook DTD is a small subset of the DocBook XML DTD. The online summary shows just how small this subset is.

Type: DTD  #Views: 206  Category: Resource    

How to Develop Xerlin DTD Plug-ins Cookbook
Xerlin is an extensible XML editor. For a particular XML tag you can create a custom editor frame to be displayed to the user. Xerlin comes with its own default editor that allows modification of the attributes according to the DTD, this may be sufficient for your requirements but Xerlin also allows you to specify GIFs to be associated with each XML tag.

Type: DTD  #Views: 284  Category: Resource    

Building DTD Modules
XHTML modules are implemented as DTD fragments. When these fragments are assembled in a specific manner (described in Developing DTDs with defined and extended modules), the resulting DTD is a representation of a complete document type. This representation can then be used for validation of instances of the document type.

Type: DTD  #Views: 247  Category: Resource    

Parsing MathML
MathML documents should be validated using the XML DTD below. Note in particular that the xml attribute xml:space is not used, so whitespace characters in element content (ie. outside the presentation token elements mi, mo, mn, mtext, mspace, mtext, ms , the content token elements ci, cn and annotation) are not significant.

Type: DTD  #Views: 273  Category: Resource    

Available DTDs
This material can serve as a lean reference source for the elements in the dtds. They provide the nesting structure and content models for the dtds.

Type: DTD  #Views: 263  Category: Resource    

Report on The Making of America II DTD
The workshop opened with comments by J. McDonough (NYU) regarding the origins and purpose of the workshop. University research libraries that have begun to create digital collections have encountered some common problems surrounding metadata and encoding for digitized versions of primary source material, including:

Type: DTD  #Views: 249  Category: Resource    

A document type definition for formal metadata
The metadata compiler I have developed can produce output in Standard Generalized Markup Language (SGML), a structured system for making complex textual documents interpretable by computer software. In order to use the SGML output of the compiler, however, you need an SGML parser or software that includes one and a document type definition (DTD) that instructs the parser about the document at hand. The DTD is essentially a reexpression in SGML of the syntactical rules given in the FGDC Content Standards for Digital Geospatial Metadata.

Type: DTD  #Views: 243  Category: Resource    

DTD inference for views of XML data
We study the inference of Data Type Definitions (DTDs) for views of XML data, using an abstraction that focuses on document content structure. The views are defined by a query language that produces a list of documents selected from one or more input sources. The selection conditions involve vertical and horizontal navigation, thus querying explicitly the order present in input documents. We point several strong limitations in the descriptive ability of current DTDs and the need for extending them with (i) a subtyping mechanism and (ii) a more powerful specification mechanism than regular languages, such as context-free languages.

Type: DTD  #Views: 272  Category: Resource    

Notes on use of the i18n techniques dtd
This document provides a description of the extensions to xmlspec developed specifically to support the creation of i18n techniques. NOTE: this is all subject to constant change.

Type: DTD  #Views: 236  Category: Resource    

Prev Next
1 2 3 4 5 6 7 8 9 10


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
optimum online sucks
halloween masks
soccer training
Lexmark ink cartridges
Conference Call
Video Surveillance
VoIP, SIP Internettelefonie, Voice over IP
Skype vs. sipcall

2,848 Total Members
31 members(last 30 days)
5 members(last 7 days)
0 members(today)

1,906 Total Discussions
7 Posts(last 30 days)
3 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,057 Total Resources
9 Resources(last 30 days)
8 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139