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

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

Xml Character Entity References

< 1 2 3 4 5 > 
Added: April 22, 2010 | Visits: 812

XML::Filter::DataIndenter XML::Filter::DataIndenter is a SAX2 Indenter for data oriented XML. SYNOPSIS use XML::Filter::DataIndenter; use XML::SAX::Machines qw( Pipeline ); Pipeline( XML::Filter::DataIndenter => *STDOUT ); ALPHA CODE ALERT: This is the first release. Feedback and patches welcome. In data... Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): XML::Filter::DataIndenter Download

Added: January 27, 2010 | Visits: 1.050

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");... Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): XML::Writer Download

Added: April 17, 2010 | Visits: 946

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): XML::UM Download

Added: January 03, 2010 | Visits: 957

XML::TiePYX XML::TiePYX is a Perl module to read or write XML data in PYX format via tied filehandle SYNOPSIS use XML::TiePYX; tie *XML,XML::TiePYX,file.xml open IN,file.xml or die $!; tie *XML,XML::TiePYX,*IN,Condense=>0; my $text=< tag xmlns="http://www.omsdev.com" >text< /tag >; tie... Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): XML::TiePYX Download

Added: September 16, 2010 | Visits: 951

MathML::Entities MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References. SYNOPSIS use MathML::Entities; $html = © by me; # convert named HTML entities to character references: $numeric = name2numbered($html); # © by me # convert named HTML... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): MathML::Entities Download

Added: November 15, 2010 | Visits: 983

XML::Parser::PerlSAX XML::Parser::PerlSAX is a Perl SAX parser using XML::Parser. SYNOPSIS use XML::Parser::PerlSAX; $parser = XML::Parser::PerlSAX->new( [OPTIONS] ); $result = $parser->parse( [OPTIONS] ); $result = $parser->parse($string); XML::Parser::PerlSAX is a PerlSAX parser using the XML::Parser... Platforms: *nix

License: Freeware Size: 64.51 KB Download (107): XML::Parser::PerlSAX Download

Added: September 08, 2010 | Visits: 876

RPC::XML::Procedure RPC::XML::Procedure is an object encapsulation of server-side RPC procedures. SYNOPSIS require RPC::XML::Procedure; ... $method_1 = RPC::XML::Procedure->new({ name => system.identity, code => sub { ... }, signature => [ string ] }); $method_2 =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (89): RPC::XML::Procedure Download

Added: September 17, 2010 | Visits: 824

XML::XQL XML::XQL is a perl module for querying XML tree structures with XQL. SYNOPSIS use XML::XQL; use XML::XQL::DOM; $parser = new XML::DOM::Parser; $doc = $parser->parsefile ("file.xml"); # Return all elements with tagName=title under the root element book $query = new XML::XQL::Query (Expr... Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): XML::XQL Download

Added: May 12, 2010 | Visits: 991

XML::DOM::Document XML::DOM::Document is an XML document node in XML::DOM. XML::DOM::Document extends XML::DOM::Node. It is the main root of the XML document structure as returned by XML::DOM::Parser::parse and XML::DOM::Parser::parsefile. Since elements, text nodes, comments, processing instructions, etc.... Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): XML::DOM::Document Download

Added: May 02, 2010 | Visits: 714

XML::DOM::Text XML::DOM::Text is a piece of XML text in XML::DOM. XML::DOM::Text extends XML::DOM::CharacterData, which extends XML::DOM::Node. The Text interface represents the textual content (termed character data in XML) of an Element or Attr. If there is no markup inside an elements content, the text... Platforms: *nix

License: Freeware Size: 112.64 KB Download (100): XML::DOM::Text Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 655

Chilkat Java XML Library Java XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding. Platforms: Windows

License: Freeware Size: 1.91 MB Download (50): Chilkat Java XML Library Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 525

Chilkat Perl XML Library Perl XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding. Platforms: Windows

License: Freeware Size: 1.91 MB Download (49): Chilkat Perl XML Library Download

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 507

Chilkat Python XML Library Python XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding. Platforms: Windows

License: Freeware Size: 1.91 MB Download (50): Chilkat Python XML Library Download

Released: November 06, 2012  |  Added: November 06, 2012 | Visits: 445

HtmlEntities The HTML Entity Character Lookup was originally developed by Remy Sharp as a HTML + JavaScript (i.e. web app) as well as an OS X dashboard widget. The only possibility for windows users to use that app offline was the HTML Entity Character Lookup Firefox plugin made by Yining. I wanted... Platforms: Windows

License: Freeware Download (51): HtmlEntities Download

Added: May 10, 2013 | Visits: 365

Breaking large XML documents into chunks One of the few problems with using Python to process XML is the speed -- if the XML becomes somewhat large (>1Mb), it slows down exponentially as the size of the XML increases. One way to increase the processing speed is to break the XML down via tag name. This is especially handy if you are only... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Breaking large XML documents into chunks Download

Added: May 02, 2013 | Visits: 809

WoW-Character-Display Basic features: * New: Now with support for 3D Armory flash model viewer! Show your character like he look in World of Warcraft! * Displays armory informations for multiple World of Warcraft (WoW) characters in posts, pages and in the sidebar (multi widget support) * Display multiple World of... Platforms: PHP

License: Freeware Size: 10 KB Download (47): WoW-Character-Display Download

Added: May 08, 2013 | Visits: 590

Cross-references by Francesc Hervada-Sala With this plugin you can manually set a reference to another post or page in posts und pages and you get all backward references automatically listed for every post and page.Note May 1st, 2009: The development of this plugin is being discontinued, because I personally do not use WordPress any... Platforms: PHP

License: Freeware Size: 51.2 KB Download (48): Cross-references by Francesc Hervada-Sala Download

Added: December 01, 2013 | Visits: 1.204

Earthdawn Character Editor The Earthdawn Character Editor is a java-based utility to create and manage character for the role-playing game Earthdawn Third Edition. It is intend to be very flexible, so almost the full behaviour can be configured through xml-based config-files. Platforms: Mac

License: Freeware Size: 13.09 MB Download (58): Earthdawn Character Editor Download

Added: October 08, 2013 | Visits: 551

Unicode Input Tool/Converter Search for a character by various criteria. Converts among HTML/XML entities, numeric character references (hex or decimal), CSS/javascript/PHP6 escape sequences, and Unicode. Several preferences allow a great degree of customization including adding one's own DTD for use in entity conversions.... Platforms: Mac

License: Freeware Size: 849.92 KB Download (37): Unicode Input Tool/Converter Download

Added: July 03, 2013 | Visits: 394

XML::Filter::DetectWS XML::Filter::DetectWS is a PerlSAX filter that detects which character data contains ignorable whitespace and optionally filters it. Note that this is just a first stab at the implementation and it may change completely in the near future. Please provide feedback whether you like it or not, so I... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): XML::Filter::DetectWS Download

< 1 2 3 4 5 >