From kc-kde Thu May 30 19:15:14 2002 From: Juergen Appel Date: Thu, 30 May 2002 19:15:14 +0000 To: kc-kde Subject: Re: [kc-kde] xml format update X-MARC-Message: https://marc.info/?l=kc-kde&m=102278610716562 Am Donnerstag, 30. Mai 2002 13:36 schrieb Juergen Appel: > Hi, > > Zack Brown informs us about 2 little changes in the XML format: > > #1 > > We no longer use the "topic###" attribute in
tags. I was told > it's bad XML because it can't be expressed in a DTD. So those have been > given their own tags, which appear first in each
. So for > instance, If you used to have: > >
> title=3D"mystory" > subject=3D"a story of one" > author=3D"Zack Brown" > email=3D"zbrown@tumblerings.org" > topic1=3D"Stories" > topic2=3D"Me" > posts=3D"3" > startdate=3D"Mon May 27 22:15:26 JST 2002" > enddate=3D"Mon May 27 06:15:58 PDT 2002" > > > you would now write that like this: > >
> title=3D"mystory" > subject=3D"a story of one" > author=3D"Zack Brown" > email=3D"zbrown@tumblerings.org" > posts=3D"3" > startdate=3D"Mon May 27 22:15:26 JST 2002" > enddate=3D"Mon May 27 06:15:58 PDT 2002" > > Stories > Me > > > change #2 > > The other big change is a little more subtle. In the old days I used a > home-grown XML parser that could deal with the home-grown XML that we > had. At the time, this was easier than modifying all the old issues by > hand to use compliant XML. But recently, we finally completed the > arduous task of bringing all the XML into compliance, and switching ove= r > to standard XML processing tools. > > This has a few big benefits, and one possible drawback, which is that > all issues must now be done in fully compliant XML. So before sending a= n > issue my way, you should run it through 'xmllint' to make sure it's > clean. That program should also work on individual
tags > > > please welcome these new rules, d/l xmllint here: > http://homepage.ntlworld.com/justin.fletcher/XML/ > so you can check your own html syntax before commiting it to cvs. *xml syntax, of cuz > > thank you, > > Juergen. > > > _______________________________________________ > kc-kde mailing list > kc-kde@mail.kde.org > http://mail.kde.org/mailman/listinfo/kc-kde _______________________________________________ kc-kde mailing list kc-kde@mail.kde.org http://mail.kde.org/mailman/listinfo/kc-kde