Slashdot Mirror


U.S. House of Representatives Makes Resolutions in XML

RennieScum writes: "The House of Representatives is turning to technology with their test of XML for use with resolutions according to this article. It reports that the HR has made 100 DTDs and uses Microsoft Word and a special converter to do the job. Testing has begun and their goal is to start using it in January of next year. See also http://xml.house.gov/ And it looks like the DTDs will be free to use and distribute!"

3 of 164 comments (clear)

  1. Stylesheet issues... by jaaron · · Score: 5, Informative

    It's because of the XSL style sheet they use. You can find it at http://xml.house.gov/Members/member-sorter-vb.xsl. (Use view source to see the actual XSLT). Notice that they use VBScript!

    --
    Who said Freedom was Fair?
  2. Re:Uhhh.... by MiTEG · · Score: 5, Informative

    It's all screwed up with Opera 6.01 also.

    --
    The future isn't what it used to be.
  3. DTDs, Schema, and XDR by jaaron · · Score: 4, Informative
    Actually, if you check the source, you'll see that they are using XML namespaces and schemas. Actually, they're using something called XDR (XML-Data-Reduced) which was developed by Microsoft and is upwards compatable with XML schema. I'm familiar with schema but not XDR. For more information, you may want to check out these links:

    And thanks to this poster for pointing it out.
    --
    Who said Freedom was Fair?