Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.005.429 Times

XML::ValidWriter 0.39

  Date Added: February 04, 2010  |  Visits: 668

XML::ValidWriter

Report Broken Link
Printer Friendly Version


Product Homepage
Download (87 downloads)



XML::ValidWriter is DOCTYPE driven valid XML output. SYNOPSIS ## As a normal perl object: $writer = XML::ValidWriter->new( DOCTYPE => $xml_doc_type, OUTPUT => *FH ) ; $writer->startTag( b1 ) ; $writer->startTag( c2 ) ; $writer->end ; ## Writing to a scalar: $writer = XML::ValidWriter->new( DOCTYPE => $xml_doc_type, OUTPUT => $buf ) ; ## Or, in scripting mode: use XML::Doctype NAME => a, SYSTEM_ID => a.dtd ; use XML::ValidWriter qw( :all :dtd_tags ) ; b1 ; # Emits < a >< b1 > c2( attr=>"val" ) ; # Emits < /b1 >< b2 >< c2 attr="val" > endAllTags ; # Emits < /c2 >< /b2 >< /a > ## If youve got an XML::Doctype object handy: use XML::ValidWriter qw( :dtd_tags ), DOCTYPE => $doctype ; ## If youve saved a preparsed DTD as a perl module use FooML::Doctype::v1_0001 ; use XML::ValidWriter qw( :dtd_tags ) ; # # This all assumes that the DTD contains: # # < !ELEMENT a ( b1, b2?, b3* ) > # # < !ELEMENT b1 ( c1 ) > # < !ELEMENT b2 ( c2 ) > # STATUS Alpha. Use and patch, dont depend on things not changing drastically. Many methods supplied by XML::Writer are not yet supplied here..

Requirements: No special requirements
Platforms: Linux
Keyword: Doctype Driven Element Libraries Programming Valid Validwriter Xml Xmlvalidwriter
Users rating: 0/10

License: Freeware Size: 28.67 KB
USER REVIEWS
More Reviews or Write Review


XML::VALIDWRITER RELATED
Libraries  -  Distributed Multiplatform Framework 0.7.1 / 1.0 RC1
Distributed Multiplatform Framework is a component-based programming framework using XML (or currently a hardcoded variant) as the repository. The samples are implemented either in console or wxWidgets. This shows the independence of the GUI or...
5.2 MB  
Libraries  -  XML::DOM::Element 1.44
XML::DOM::Element is an XML element node in XML::DOM. XML::DOM::Element extends XML::DOM::Node. By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. Assume the following XML...
112.64 KB  
Libraries  -  libXEL 0.1.3
libXEL is an event log library that stores log data in SQLite files and is capable of exporting it as XML and CSV. It provides a set of C/C++ preprocessor macros for project integration. It can gather some information about the system at run time....
337.92 KB  
Libraries  -  PHP2Go 0.5.7
PHP2Go is a development framework designed to help experienced developers and beginner programmers to create Web-based Systems. PHP2Go is an object-oriented, structured and hierarchical set of classes and libraries developed using PHP, XML and...
1.9 MB  
Programming  -  jNerd's XML2Java rc
XML2Java is a DTD driven Java source code generator for XML data binding. According to a given document type definition several Java constructs are created which reflect the information stored in a XML document following that DTD including I/O...
567.04 KB  
Programming  -  Sax for PHP (Sax4PHP) 14
A little PHP library for programming with Sax XML API like in Java.
133.19 KB  
Libraries  -  XML::Mini::Element::DocType 1.2.8
XML::Mini::Element::DocType Perl module is used internally to represent . You shouldnt need to use it directly, see XML::Mini::Elements docType() method..
34.82 KB  
Libraries  -  XML::Mini::Element::Comment 1.2.8
XML::Mini::Element::Comment is used internally to represent . You shouldnt need to use it directly, see XML::Mini::Elements comment() method..
34.82 KB  
Libraries  -  XML::Mini::Element 1.2.8
XML::Mini::Element is a Perl implementation of the XML::Mini Element API. SYNOPSIS use XML::Mini::Document; my $xmlDoc = XML::Mini::Document->new(); # Fetch the ROOT element for the document # (an instance of XML::Mini::Element) my...
34.82 KB  
Libraries  -  XML::Mini::Element::CData 1.2.8
XML::Mini::Element::CData Perl module is used internally to represent . You shouldnt need to use it directly, see XML::Mini::Elements cdata() method..
34.82 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB