Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jazztronik

    Is this simple XML exercise correct?

    Thanks JontyMC! With those numbers I wanted to represent an ID unique to each element. However I realized it would have been better by using an attribute which type is ID. I know the XML Schemas are better, but I'm just learning it from the beginning and still haven't seen XML-Schema. The...
  2. Jazztronik

    Is this simple XML exercise correct?

    Hi, I'm new to XML, and I have to do an exercise which simulates values related to the state of a traffic light. This is the DTD I wrote: <?xml version"1.0" encoding="utf-8"?> <!DOCTYPE trafficLights[ <!ELEMENT trafficLights (trafficLight+)> <!ELEMENT trafficLight (#PCDATA)> <!ATTLIST...

Part and Inventory Search

Back
Top