Sponsored Content
Full Discussion: What is?
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl What is? Post 63992 by Gollum on Friday 25th of February 2005 10:42:33 PM
Old 02-25-2005
Quote:
Originally Posted by cbkihong
What is HTML? What is XHTML?

What is CSS?

What is XML?

What is DTD?
Hyper Text Markup Language.Are you using Netscape or Explorer?
Would you like to know more?



David Bacon pronounces it "Eggsmell". XML is the Extensible


Markup Language. Like many "standards" in computer science, XML


is a moving target. In the simplest terms, XML is just a generalized


version of HTML. Anyone is free to define new XML tags, which


look like HTML tags, and assign to them any meaning, within a context.


AIML is an example of using the XML standard to define a specialized


language for artificial intelligence.





One reason to use an XML language is that there are numerous tools


to edit and manipulate XML format files. Another reason is that an


XML language is easy for people to learn, if they are already


familiar with HTML. Third, AIML programs contain a mixture of


AIML and HTML (and in principle other XML languages), a considerable


convenience for programming web chat robots.





A good resource for information on XML is www.oasis-open.org.




I think you already know the answer.
 
endservent(3)						     Library Functions Manual						     endservent(3)

NAME
endservent, endservent_r - Close the network services database file. LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <netdb.h> void endservent(void); [Tru64 UNIX] The following function is supported in order to maintain backward compatibility with previous versions of the operating sys- tem. void endservent_r( struct servent_data *serv_data); STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: endservent(): XNS4.0 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
[Tru64 UNIX] For endservent_r() only, this is data for services database. DESCRIPTION
The endservent() function closes either the local /etc/services file or the NIS distributed services file, previously opened with the get- servent(), getservbyname(), or getservbyport function. To determine which file or files to search, and in which order, the system uses the switches in the /etc/svc.conf file. [Tru64 UNIX] If the most recent setservent() function was performed with a nonzero parameter, a subsequent endservent() function will not close the network services database file. NOTES
[Tru64 UNIX] The endservent_r() function is the reentrant version of the endservent() function. It is supported in order to maintain backward compatibility with previous versions of the operating system. The netdb.h header file defines the serv_data structure. ERRORS
Current industry standards do not define error values for the endservent() function. [Tru64 UNIX] If the endservent_r() function fails, errno may be set to: serv_data is NULL. FILES
Contains service names. The database service selection configuration file. RELATED INFORMATION
Functions: getservent(3), getservbyname(3), getservbyport(3), setservent(3). Files: services(4), svc.conf(4). Networks: nis_intro(7). Standards: standards(5). delim off endservent(3)
All times are GMT -4. The time now is 06:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy