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.
Bleeding-edge Development Version |
The current development release is 1.34pre3. This is a preliminary implementation of the IETF Trust language of November, 2008 and February, 2009. Here's the feature list:
Here's the updated README file. |
|||||||||||||||||||||||||||||||||||||||||||||
Experimental Conversion |
Warning: This is a development version and its use should be considered experimental. The stable version is available from the main page and should be used for serious work in case of problems with this test version. |
|||||||||||||||||||||||||||||||||||||||||||||
Citation Libraries |
rsync access is available at two independent servers (rsync1.xml.resource.org::xml2rfc.bibxml, and rsync3.xml.resource.org::xml2rfc.bibxml) — after you pick one, you shouldn't switch. |
|||||||||||||||||||||||||||||||||||||||||||||
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.