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.303.221 Times

Xml Character Entity References freeware
Filter: All | Freeware | Demo
 

Xml Character Entity References

1 2 3 4 5 > 
Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 375

Ents Ents is a small Java package designed to simplify the process of converting XML entity references to character references and vice-versa. Ents uses XML to specify lists of equivalent names and character references. Ents supports single character entities



Platforms: Windows, Mac, Linux

License: Freeware Size: 82.57 KB Download (54): Ents Download

Added: August 01, 2008 | Visits: 1.016

Kaboom Kaboom converts code pages of text files, e.g. from shift-jis into UTF-8 and vice versa. It supports Windows, DOS, IBM, ISO, ASCII, ISCII, Macintosh and UNICODE code pages. Kaboom can read and write byte order marks (BOM) and is very usefull for everybody who has to deal with text files in...





Platforms: Windows

License: Freeware Size: 1.59 MB Download (491): Kaboom Download

Added: January 18, 2010 | Visits: 939

XML::DocStats XML::DocStats is a Perl module to produce a simple analysis of an XML document. SYNOPSIS Analyze the xml document on STDIN, the STDOUT output format is html: use XML::DocStats; my $parse = XML::DocStats->new; $parse->analyze; Analyze in-memory xml document: use XML::DocStats; my...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): XML::DocStats Download

Added: March 02, 2010 | Visits: 824

XML::DOM XML::DOM is a perl module for building DOM Level 1 compliant document structures. SYNOPSIS use XML::DOM; my $parser = new XML::DOM::Parser; my $doc = $parser->parsefile ("file.xml"); # print all HREF attributes of all CODEBASE elements my $nodes = $doc->getElementsByTagName...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): XML::DOM Download

Added: May 16, 2010 | Visits: 1.054

XML::DOM::Element 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 document: < elementExample id="demo" > <...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (102): XML::DOM::Element Download

Added: September 21, 2010 | Visits: 698

XML::DOM::Attr XML::DOM::Attr is an XML attribute in XML::DOM. XML::DOM::Attr extends XML::DOM::Node. The Attr nodes built by the XML::DOM::Parser always have one child node which is a Text node containing the expanded string value (i.e. EntityReferences are always expanded.) EntityReferences may be added...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): XML::DOM::Attr Download

Added: May 10, 2013 | Visits: 393

XML Lexing Sometimes you want to work more with the form of an XML document than with the structural information it contains. For instance if you wanted to change a bunch of entity references or element names. Also, sometimes you have slightly incorrect XML that a traditional parser will choke on. In that...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): XML Lexing Download

Added: November 01, 2010 | Visits: 1.724

XML::LibXML::Reader XML::LibXML::Reader is a Perl interface to libxml2 pull parser. SYNOPSIS use XML::LibXML::Reader; $reader = new XML::LibXML::Reader("file.xml") or die "cannot read file.xmln"; while ($reader->read) { processNode($reader); } sub processNode { $reader = shift; printf "%d %d %s %dn",...


Platforms: *nix

License: Freeware Size: 256 KB Download (108): XML::LibXML::Reader Download

Released: August 21, 2012  |  Added: August 21, 2012 | Visits: 590

Quoter Converts text with many possible cleanups, including preparation of HTML and Java, aligning in columns, character set conversion, case converting, removing excess white space, removing blank lines, preparing regex expressions.... converts raw text with the following possible cleanups: 0. Flow...


Platforms: Windows, Mac, Java, Linux, Unix

License: Freeware Size: 1.89 MB Download (54): Quoter Download

Released: December 18, 2012  |  Added: December 18, 2012 | Visits: 463

Quoter Amanuensis Converts text with many possible cleanups, including preparation of HTML and Java, aligning in columns, character set conversion, case converting, removing excess white space, removing blank lines, preparing regex expressions.... Converts raw text with the following possible cleanups: 1. Convert...


Platforms: Windows

License: Freeware Size: 1.2 MB Download (49): Quoter Amanuensis Download

Added: October 27, 2010 | Visits: 1.114

HTML::LoL HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTML::LoL Download

Added: February 24, 2010 | Visits: 930

XML::DOM::EntityReference XML::DOM::EntityReference is an XML ENTITY reference in XML::DOM. XML::DOM::EntityReference extends XML::DOM::Node. EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. Note...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (92): XML::DOM::EntityReference Download

Added: February 25, 2010 | Visits: 976

XML::Mini::Element::Entity XML::Mini::Element::Entity Perl module is used internally to represent < !ENTITY name "stuff" >. You shouldnt need to use it directly, see XML::Mini::Elements entity() method..


Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): XML::Mini::Element::Entity Download

Added: May 10, 2013 | Visits: 622

Encoding Unicode data for XML and HTML This script encodes unicode_data for use as XML or HTML, with characters outside of the encoding converted to XML numeric character references.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Encoding Unicode data for XML and HTML Download

Added: May 10, 2013 | Visits: 778

Detect character encoding in an XML file This script contains a function that analyzes an open xml file for its characters encoding by - checking for a unicode BOM or (on failure); - searching the xml declaration at the beginning of the file for the "encoding" attribute ;It attempts to detect the character encoding of the xml file...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Detect character encoding in an XML file Download

Added: March 06, 2010 | Visits: 1.071

HTML Entity Based Codepage Inference HEBCI is a technique that allows a web form handler to transparently detect the character set its data was encoded with. By using carefully-chosen character references, the browsers encoding can be inferred. Thus, it is possible to guarantee that data is in a standard encoding without relying...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (96): HTML Entity Based Codepage Inference Download

Added: August 06, 2013 | Visits: 390

Entity for XML Tools Entity is an engine that allows you to build applications from XML with embedded scripting languages. Once interpreted, the XML nodes become objects which can be manipulated by various scripting languages. Supported languages include python, perl, tcl, javascript and C (compiled and loaded at...


Platforms: CGI and Perl

License: Freeware Size: 737.28 KB Download (41): Entity for XML Tools Download

Added: May 10, 2013 | Visits: 442

Align XML ElementTrees with original text Often when a program adds some XML markup to a plain-text document, it doesn't retain the original whitespace formatting. This script determines the character offsets the XML elements should have had in the original document.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Align XML ElementTrees with original text Download

Released: January 12, 2012  |  Added: April 05, 2012 | Visits: 4.036

Entity Developer Express Entity Developer is a free powerful modeling and code generation tool for ADO.NET Entity Framework, NHibernate, and LINQ to SQL. You can use Model-First and Database-First approaches to design your model and generate C# or Visual Basic .NET code for it. It introduces new approaches for designing...


Platforms: Windows

License: Freeware Size: 37.1 MB Download (589): Entity Developer Express Download

Added: October 11, 2010 | Visits: 1.143

XML::Filter::Dispatcher::Compiler XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules => [ a/b/c => xinline q{warn "found a/b/c"}, ],...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (103): XML::Filter::Dispatcher::Compiler Download

1 2 3 4 5 >