A handy little tool,
xml2rfc,
will allow you to take your XML source
(using the format defined in
RFC 2629
and its
unofficial
successor)
and see how the results look like in the original ASCII look-and-feel
or the
new modern HTML rendition of that look-and-feel.
Mar '08 release |
After seven months, version 1.33 is now available. (This version is equivalent to pre-release 8 of 1.33 with a few last minute changes.) Here's the README file. |
|||||||||||||||||||||||||||||||||||||||||||||
Living on the edge? |
Try this. | |||||||||||||||||||||||||||||||||||||||||||||
Conversion |
|
|||||||||||||||||||||||||||||||||||||||||||||
Citation Libraries |
rsync access is available at xml.resource.org::xml2rfc.bibxml |
|||||||||||||||||||||||||||||||||||||||||||||
Helpful Hints |
See the xml2rfc FAQ for
answers to common questions.
Normative ReferencesIf you need to have multiple references sections, try something like this: <back> That's right: the <references/> element may occur more than once in the back section, and has an optional 'title' attribute. Including filesUse the XML external entity mechanism, e.g., <?xml version='1.0'?> Note that this syntax is rather pedantic, i.e., you declare the entity toward the top of your file and then you invoke it exactly once (using an "&") in the <references/> element to include it. Take a look at this file, provided by Dan Kohn. In addition to showing a complete example, it also works with the XSL transformation written by Julian Reschke and the DTD. (Depending on the capabilities of your browser, instead of clicking on these links directly, you may want to download these three files using "Save Target As...") To try out this sample, you'll need to put all three files in the same directory. Also, note that some XSLT processors disable the use of external entities, you may need to check "Preferences" to see if there's an option to enable their use. |
|||||||||||||||||||||||||||||||||||||||||||||
Notes for Authors |
Templates
|
Questions? Try the mailing list.