Link: start Link: parent Link: First page in set (first) Link: Previous page (previous) Link: Next page (next) Link: Last page in set (last) Link: A plain text version of this page (alternate) Link: The XIST source of this page (alternate) Link: The Python module described in this page (alternate) XIST.ns.abbr ============ Namespace module containing many abbreviation entities ====================================================== Home > Python software > ll.xist > ns > abbr Text · XIST · Python Python softwarelist of projects * ll.xistAn extensible XML/HTML generator * ExamplesParsing/creating/modifying XML; Traversing XML trees * HowtoExplains parsing/generating XML files, XML transformations via XIST classes and other basic concepts. * SearchingHow to iterate through XIST trees * TransformationHow to transform XIST trees * Advanced topicsPool chaining, converter contexts, validation * MiscellaneousExplains various odds and ends of XIST * xscXIST core classes * nsPackage containing namespace modules * htmlHTML namespace * xmlNamespace implementing global XML attributes * wmlWML 1.3 namespace * ihtmlNamespace implementing i-mode compatible HTML * docbookNamespace implementing DocBook 4.3 * svgNamespace implementing SVG 1.0 * abbrNamespace containing abbreviation entities * codeNamespace for embedding Python code in XML * formNamespace implementing form related elements * phpNamespace for PHP processing instructions * jspNamespace for JSP code as processing instructions * metaNamespace containing meta information elements * rubyNamespace implementing the W3C ruby draft * specialsCommon useful elements * htmlspecialsCommon useful elements for HTML generation * docNamespace for automated documentation generation * kidNamespace for Kid templates * detoxNamespace for detox templates * toxicEmbed PL/SQL in XIST XML * rngNamespace for Relax NG * rss091Namespace for RSS 0.91 * rss20Namespace for RSS 2.0 * atomNamespace for Atom 1.0 * struts_htmlNamespace for Jakarta Struts HTML tags * struts_configNamespace for Jakarta Struts configuration file tags * parseParsing XML * presentScreen output of XML trees * simsSimple schema validation * xfindTree iteration and filtering * cssCSS related functions * scriptsScripts for text conversion and creating XIST namespaces * HistoryChangeLog for XIST * InstallationHow to install and configure XIST * MigrationHow to update your code to new versions of XIST * Mailing listsHow to subscribe to the XIST mailing lists * ll.ul4cA templating language * ll.urlRFC 2396 compliant URLs * ll.makeObject oriented make replacement * ll.daemonForking daemon processes * ll.sisyphusWriting cron jobs with Python * ll.colorRGB color values and color model conversion * ll.miscMisc utility functions and classes * ll.orasqlUtilities for cx_Oracle * ll.nightshadeServe the output of Oracle functions/procedures with CherryPy * ll.scriptsScripts for UL4 template rendering and URL handling * AploraLogging Apache HTTP requests to an Oracle database * PycocoPython code coverage * DownloadLinks to Windows and Linux, source and binary distributions * Source codeAccess to the Mercurial repositories This module contains entities for many abbreviations and acronyms. class base(ll.xist.xsc.Entity): ================================ The base of all entity classes in this namespace. def convert(self, converter): ============================== def __unicode__(self): ======================= class rmi(base): ================= "Remote Method Invocation" class jini(base): ================== "Java Intelligent Network Infrastructure" class jfc(base): ================= "Java Foundation Classes" class awt(base): ================= "Abstract Window Toolkit" class jdbc(base): ================== "Java Database Connectivity" class jndi(base): ================== "Java Naming and Directory Interface" class jpda(base): ================== "Java Platform Debugger Architecture" class jvmpi(base): =================== "Java Virtual Machine Profiler Interface" class jni(base): ================= "Java Native Interface" class ejb(base): ================= "Enterprice Java Beans" class jnlp(base): ================== "Java Network Launch Protocol" class jaoe(base): ================== "Java Acronym Overflow Error" class jgl(base): ================= "Java Generic Library" class sgml(base): ================== "Standard Generalized Markup Language" class html(base): ================== "Hypertext Markup Language" class xhtml(base): =================== class xml(base): ================= "Extensible Markup Language" class css(base): ================= "Cascading Style Sheet" class cgi(base): ================= "Common Gateway Interface" class www(base): ================= "World Wide Web" class pdf(base): ================= "Protable Document Format" class url(base): ================= "Uniform Resource Locator" class http(base): ================== "Hypertext Transfer Protocol" class smtp(base): ================== "Simple Mail Transfer Protocol" class ftp(base): ================= "File Transfer Protocol" class pop3(base): ================== "Post Office Protocol 3" class cvs(base): ================= "Concurrent Versions System" class faq(base): ================= "Frequently Asked Question" class gnu(base): ================= "GNU's Not UNIX" class dns(base): ================= "Domain Name Service" class ppp(base): ================= "Point To Point Protocol" class isdn(base): ================== "Integrated Services Digital Network" class corba(base): =================== "Common Object Request Broker Architecture" class wap(base): ================= "Wireless Application Protocol" class wml(base): ================= "Wireless Markup Language" class mac(base): ================= "Media Access Control" class nat(base): ================= "Network Address Translation" class sql(base): ================= "Structured Query Language" class xsl(base): ================= "Extensible Stylesheet Language" class xslt(base): ================== "Extensible Stylesheet Language For Transformations" class smil(base): ================== "Synchronized Multimedia Integration Language" class dtd(base): ================= "Document Type Definiton" class dom(base): ================= "Document Object Model" class api(base): ================= "Application Programming Interface" class sax(base): ================= "Simple API for XML" class dbms(base): ================== "Database Management System" class ansi(base): ================== "American National Standards Institute" class jsp(base): ================= "Java Server Pages" class ascii(base): =================== "American Standard Code for Information Interchange" class sms(base): ================= "Small Message Service" class p2p(base): ================= "Peer To Peer" class gif(base): ================= "Graphics Interchange Format" class png(base): ================= "Portable Network Graphics" class uddi(base): ================== "Universal Description, Discovery and Integration" class wsdl(base): ================== "Web Services Description Language" class cdrom(base): =================== class snmp(base): ================== "Simple Network Management Protocol" class ssl(base): ================= "Secure Socket Layer" class vrml(base): ================== "Virtual Reality Modelling Language" class tco(base): ================= "Total Cost of Ownership" class crm(base): ================= "Customer Relationship Management" class cms(base): ================= "Content Management System" class bnf(base): ================= "Backus Naur Form" class mime(base): ================== "Multipurpose Internet Mail Extensions" class wysiwyg(base): ===================== "What You See Is What You Get" class hsc(base): ================= class xist(base): ================== class xist4c(base): ==================== class php(base): ================= class svg(base): ================= "Scalable Vector Graphics" class utc(base): ================= "Coordinated Universal Time" class wsgi(base): ================== "Web Server Gateway Interface"