December 1999
Intermediate to advanced
992 pages
22h 3m
English
You've learned about the main elements used within an XMLNews-Story document. Although you've seen some examples of how each of these elements is used, it would help to see them all used together within a single document. You can use varying degrees of markup in an XMLNews-Story document, depending on how much metainformation you want to provide.
With this in mind, I want to give a few examples of coding the same news story with different levels of markup. Listing 31.2 contains a complete XMLNews-Story document with a minimal amount of markup.
<?xml version="1.0"?> <nitf> <head> <title>Nerd Author Strikes XML Gold</title> </head> <body> <body.head> ... |
Read now
Unlock full access