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


Articles

 ADO.NET (138)  Pattern (3)  WebDAV (17)  XMLHTTP (3)
 Database (34)  RDF (28)  WebService (230)  XMPP (9)
 Debugging (29)  RSS (29)  WML (95)  XPath (78)
 DIME (14)  SAX (56)  WSDL (80)  XPointer (12)
 DOM (56)  Schema (45)  XAML (5)  XQL (24)
 DTD (23)  SMIL (38)  XBRL (64)  XQuery (72)
 ebXML (56)  SOA (9)  XForms (92)  XSchema (30)
 Flash (12)  SOAP (136)  XHTML (111)  XSL (423)
 Humor (1)  SQL (16)  XLL (1)  XSL-FO (29)
 Java (76)  SQLXML (142)  XML (779)  XSQL (6)
 MathML (11)  SVG (56)  XML.NET (86)  XUL (13)
 Oracle (29)  VoiceXML (82)  XMLA (2)

Total Articles: 3,380

 


xml Articles
Prev Next
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
 
Defining XML Serializable Objects Using Macros
It is often necessary to make your C++ objects serializable to/from XML. It is simple to do so in Java or C#, for example, by using reflection, but not always in C++. It would be interesting to introduce some brief but portable way to describe objects' serializable properties. The prototype presented allows defining XML serializable objects using macros in an MSVC++ 7 unmanaged code attributes-like manner because each serializable object/property needs to be described only once in the class definition, for example:

Type: XML  #Views: 996  Category: Article    

A Simple DOM-Based XML Manager Class
A simple wrapper class using DOM (Document Object Model) to manipulate XML files.

Type: XML  #Views: 890  Category: Article    

Playing with data using XML
Last December at XML 2003, I met with Jonathan Robie, one of my XML heroes. You’ll find his name on such core XML specifications as DOM, XML Schema, and XQuery. Jonathan is both a co-inventor of XQuery and, as XML program manager at DataDirect, a leading implementer of that standard. So he gets to combine theory with practice — nice work, if you can get it.

Type: XML  #Views: 813  Category: Article    

Lady and the Tramp
This week's XML Deviant is a tale of two specifications. One, a scruffy ragtag affair that barely seems to do the job. The other, a well-heeled, aristocratic sort of document, groomed for longevity. You know what's coming next, of course. The tramp of which I speak, the unlikely RSS, goes from strength to strength. But the latest offspring in the noble line of XML, version 1.1, is doomed.

Type: XML  #Views: 535  Category: Article    

XML 2004 To Showcase Latest In XML-based Business Solutions
World's Largest Independent XML Trade Conference Slated for Nov. 15-19 in Washington, D.C.; Event Sponsors Include Adobe, Arbortext, DataDirect, Sun Microsoft, SchemaSoft, and TRADOS. The will be numerous sponsors and exhibitors for XML Conference and Exposition 2004, being held Nov. 15-19 at the Marriott Wardman Park Hotel in Washington, D.C. Organizations sponsoring this year's event include industry leaders Adobe Systems, Arbortext, DataDirect Technologies, Sun Microsystems, SchemaSoft and TRADOS.

Type: XML  #Views: 714  Category: Article    

Rain Day XML
The five weeks up to and including the middle of September were interesting (to say the least) here in sunny Florida. Depending on how you count, we had somewhere between three and five named tropical storms and hurricanes pummel our coastline and interior. We knew in advance the storms were coming, of course. We just didn't know when or exactly where.

Type: XML  #Views: 691  Category: Article    

Improving XML Document Validation with Schematron
Dare Obasanjo describes how to use the Schematron XML validation language to enforce constraints on XML documents beyond the capabilities of the W3C XML Schema.

Type: XML  #Views: 587  Category: Article    

Vegas Publisher Bets on XML for Print, Web Content Reuse
Newspapers are conservative when it comes to embracing new technology, says David Cole, a consultant who helps publishers devise better publishing workflows and systems selections. "Historically, major newspapers have been mired in proprietary technologies, and they turn over their systems only once every 10 to 15 years," he says. Perhaps it's fitting, then, that one of the few pioneers willing to bet on new XML-based technologies is the publisher of the Las Vegas Sun, a paper that has served the nation's gambling capitol since 1950. Greenspun Media Group, which publishes the Sun as well six magazines and affiliated Web sites, is breaking with specialized newspaper publishing systems to move into multichannel publishing and reuse with XML-tagged content.

Type: XML  #Views: 669  Category: Article    

The End Is in Sight for Paper-Intensive Transactions
For 30 years, a few strident voices have warned us that the world is running out of oil. With low energy prices, it used to be easy for some to dismiss them as tree-hugging cranks, but now with oil costing more than $40 per barrel and rising, maybe their dire predictions are finally coming true. Similarly, for 15 years we've been hearing that paper as a medium of financial transactions would be replaced by electronic media. That promise — or threat, depending on where your interests lie — has also been laughingly dismissed by the content management community as a pointy-headed fantasy. So far the naysayers have been right. Despite the hype, e-forms have never become a major factor in critical business processes. Sure, the Web is great for ordering books and music, but for getting a mortgage, filing an insurance claim or submitting a tax return, paper is still more secure, more legally enforceable and more user-friendly. I believe that a steep decline is finally in sight for high-volume paper-based transactions. We still won't have paperless offices or an upsurge in e-forms software, but in five years, much of the business handled today by paper forms scanning and data capture will have moved to XML data transmitted over the Web.

Type: XML  #Views: 616  Category: Article    

Design patterns for information architecture with DITA map domains
The Darwin Information Typing Architecture (DITA) provides maps for assembling topics into deliverables. By specializing the map elements, you can define a formal information architecture for your deliverables. This architecture provides guidance to authors on how to organize topics and lets processes recognize your organizing principles, resulting in a consistent, clear experience for your users.

Type: XML  #Views: 644  Category: Article    

Principles of XML design: Considering container elements
A critical issue in designing XML formats is figuring out how to arrange elements and represent relationships between them. Element design works best when it naturally corresponds to how people think about the concepts that each element represents. This article discusses best practices for organizing information into XML elements, focusing on the use of container elements.

Type: XML  #Views: 506  Category: Article    

Programming With XMLBeans
Get an in-depth look at the features and functionality of XMLBeans. This article introduces the technology with a simple example, takes you through the step-by-step process of compilation and binding, and discusses advanced features like XML cursors, tokens, and XQuery expressions. It also discusses how XMLBeans is more powerful than other XML-Java technology data binding techniques.

Type: XML  #Views: 697  Category: Article    

MycroXaml
A Declarative Xml Parser In Less Than 300 Lines Of Code.

Type: XML  #Views: 692  Category: Article    

Easily navigate XML with VB.NET and XPath
The .NET platform includes full XPath support, so developers can easily combine .NET and XML to locate necessary information. Here's how it works.

Type: XML  #Views: 759  Category: Article    

Using the XML Features of the Access 2003 Object Model
Microsoft Office 2003 adds a number of significant features for working with XML data. This article explores the XML-related objects, methods, and properties for Microsoft Office Access 2003. Detailed information on these new members is provided as well as code samples illustrating their use. After completing this article, you will have a better understanding of how you can put these features to use in your own solutions.

Type: XML  #Views: 504  Category: Article    

Using the XML Features of the Excel 2003 Object Model
Microsoft Office Excel 2003 adds a number of significant features for working with XML data. This article explores the XML-related objects, methods, and properties for Excel 2003 and provides code samples illustrating their use. After completing this article, you will have a better understanding of how you can put these features to use in your own solutions.

Type: XML  #Views: 496  Category: Article    

Content-centric XML: Coming Soon to an Intranet Near You?
Content-centric XML hasn't followed its original five-year script. Celebrating its fifth birthday as a standard last February, XML was supposed to supplant HTML, shift the burden of processing Web sites from servers to underutilized client PCs, and achieve the holy grail of "create once, reuse many times." Although use of XML to transfer information between applications was one of the World Wide Web Consortium's original goals, emphasis was on content-centric XML: Web pages and documents. What happened in the past five years to divert XML from its original use, and how does this affect plans for your content today? Imagine a worldwide content network where every piece of content on one network node was understandable by every other node.

Type: XML  #Views: 532  Category: Article    

The Collected ADT Works of Uche Ogbuji
For the past two years, writer, poet, and 'real' football player Uche Ogbuji has expounded, often humorously, on XML and Web services on the pages of Application Development Trends and on our Web site. Click below to read articles and columns from our archives.

Type: XML  #Views: 571  Category: Article    

Lightweight XML Editing in Word 2003
Did you know that Word documents can be saved in XML format? As of Microsoft Office 2003, the second option in Word's Save As dialog--right under "Word Document (*.doc)"--is "XML Document (*.xml)". This format is Microsoft's own XML vocabulary for Word documents, called WordprocessingML (or sometimes just WordML).

Type: XML  #Views: 664  Category: Article    

Wrestling HTML
Lately I've seen HTML parsing problems everywhere. One project needed a web crawler with specialized features provided through Python code that processed arbitrary HTML. There have also been several threads on mailing lists I frequent (including XML-SIG) featuring discussions of mechanisms for dealing with broken HTML by converting it to decent XHTML. This article focuses on Python APIs for converting good or bad HTML to XML.

Type: XML  #Views: 633  Category: Article    

Prev Next
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30


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
Brother compatible cartridges
conference calling
online fax service
email marketing
chicago web design
Alojamiento Web
UK Web Hosting
Security Camera Lenses
Christian Dior sunglasses
Video Surveillance
Hosted Exchange, SDSL

4,332 Total Members
9 members(last 30 days)
6 members(last 7 days)
0 members(today)

1,953 Total Discussions
0 Posts(last 30 days)
0 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,268 Total Resources
7 Resources(last 30 days)
4 Resources(last 7 days)
1 Resources(today)


 

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