Business Software for XML - Page 2

Top Software that integrates with XML as of September 2025 - Page 2

XML Clear Filters
  • 1
    Liquid Data Mapper

    Liquid Data Mapper

    Liquid Technologies

    Liquid Data Mapper is a flexible data transformation and mapping tool providing the power and flexibility to produce any combination of mapping, even combining data from multiple sources. Provides a graphical visualization of data mapping between multiple data sources and targets. Execute transform within Liquid Studio or generate mapping code for use in your own application. Step through debugger with breakpoints, stack trace, state and variable watch windows. Liquid Studio Data Mapper provides an intuitive graphical interface for designing data transforms. The transforms can map multiple data input sources to multiple data output targets while performing conditional logic, filtering, string manipulation, statistical functions and much more.
    Starting Price: $149 one-time payment
  • 2
    SIMQIN

    SIMQIN

    SIMQIN

    Today, XML is a widespread standard in multi-media and cross-platform publishing of technical documentation. Many editing programs, management systems and publication tools, as well as many industry standards, are now based on XML. Nevertheless, XML has not yet been able to break through in all areas, because the format has a very clear separation between the structure and the layout of documents. Editors still prefer to work with word processors such as Microsoft Word: here, the text and the document layout are created almost simultaneously and can be immediately checked on screen. Working with XML, on the other hand, requires a sense of the abstract – the text flow is broken up by tags of the document structure. The layout only follows at a further stage in production. SimQin shows the document in layout mode from the outset. Additionally, however, the XML document structure and organisation are made visible.
    Starting Price: Free
  • 3
    PHPUnit

    PHPUnit

    PHPUnit

    PHPUnit requires the dom and json extensions, which are normally enabled by default. PHPUnit also requires the pcre, reflection, and spl extensions. These standard extensions are enabled by default and cannot be disabled without patching PHP’s build system and/or C sources. The code coverage report feature requires the Xdebug (2.7.0 or later) and tokenizer extensions. Generating XML reports requires the xmlwriter extension. Unit Tests are primarily written as a good practice to help developers identify and fix bugs, to refactor code and to serve as documentation for a unit of software under test. To achieve these benefits, unit tests ideally should cover all the possible paths in a program. One unit test usually covers one specific path in one function or method. However a test method is not necessarily an encapsulated, independent entity. Often there are implicit dependencies between test methods, hidden in the implementation scenario of a test.
    Starting Price: Free
  • 4
    TallPDF.NET 5.0

    TallPDF.NET 5.0

    TallComponents

    Generate PDF on the fly, from scratch, use code, XML/XSL, or a combination. Central to TallPDF.NET is a consistent and intuitive object model consisting of layout classes like document, section, text paragraph, table, header, footer, etc. Among the specializations of class paragraph is drawing. Use it to draw many types of shapes such as lines, bezier curves, and even barcodes. Use pens and brushes to draw outlines and fills. Instead of building a Document programmatically, you can load it (partly) from XML. In general, you will use XSL to transform from a given XML schema to XML that can be consumed by TallPDF.NET. Headers and footers are added to each page that matches the specified page traits (first, odd, even, last). Include dynamic content such as current page number and total page count. Add Tables to a section. Add rows to a table. Add cells to a row and add any paragraph to a cell. Specify spacings, margins, borders, and backgrounds.
    Starting Price: $990 per year
  • 5
    kcov

    kcov

    kcov

    Kcov is a FreeBSD/Linux/OSX code coverage tester for compiled languages, Python and Bash. Kcov was originally a fork of Bcov, but has since evolved to support a large feature set in addition to that of Bcov. Kcov, like Bcov, uses DWARF debugging information for compiled programs to make it possible to collect coverage information without special compiler switches.
    Starting Price: Free
  • 6
    Slather

    Slather

    Slather

    Generate test coverage reports for Xcode projects & hook it into CI. Enable test coverage by ticking the "Gather coverage data" checkbox when editing a scheme.
    Starting Price: Free
  • 7
    JaCoCo

    JaCoCo

    EclEmma

    JaCoCo is a free code coverage library for Java, which has been created by the EclEmma team based on the lessons learned from using and integrating existing libraries for many years. The master branch of JaCoCo is automatically built and published. Due to the test-driven development approach, every build is considered fully functional. See the change history for the latest features and bug fixes. SonarQube code quality metrics of the current JaCoCo implementation are available on SonarCloud.io. Integrate JaCoCo technology with your tools. Use JaCoCo tools out of the box. Improve the implementation and add new features. There are several open-source coverage technologies for Java available. While implementing the Eclipse plug-in EclEmma the observation was that none of them are really designed for integration. Most of them are specifically fit to a particular tool (Ant tasks, command line, IDE plug-in) and do not offer a documented API that allows embedding in different contexts.
    Starting Price: Free
  • 8
    OpenClover

    OpenClover

    OpenClover

    Balance your effort spent on writing applications and test code. Use the most sophisticated code coverage tool for Java and Groovy. OpenClover measures code coverage for Java and Groovy and collects over 20 code metrics. It not only shows you untested areas of your application but also combines coverage and metrics to find the riskiest code. The Test Optimization feature tracks which test cases are related to each class of your application code. Thanks to this OpenClover can run tests relevant to changes made in your application code, significantly reducing test execution time. Do testing getters and setters bring much value? Or machine-generated code? OpenClover outruns other tools in its flexibility to define the scope of coverage measurement. You can exclude packages, files, classes, methods, and even single statements. You can focus on testing important parts of your code. OpenClover not only records test results but also measures individual code coverage for every test.
    Starting Price: Free
  • 9
    JCov

    JCov

    OpenJDK

    The JCov open-source project is used to gather quality metrics associated with the production of test suites. JCov is being opened in order to facilitate the practice of verifying test execution of regression tests in OpenJDK development. The main motivation behind JCov is the transparency of test coverage metrics. The advantage to promoting standard coverage based on JCov is that OpenJDK developers will be able to use a code coverage tool that stays in the 'lock step' with Java language and VM developments. JCov is a pure java implementation of a code coverage tool that provides a means to measure and analyze dynamic code coverage of Java programs. JCov provides functionality to collect method, linear block, and branch coverage, as well as show uncovered execution paths. It is also able to show a program's source code annotated with coverage information. From a testing perspective, JCov is most useful to determine execution paths.
    Starting Price: Free
  • 10
    pytest-cov
    This plugin produces coverage reports. Compared to just using coverage run this plugin does some extras. Subprocess support, so you can fork or run stuff in a subprocess and will get covered without any fuss. Xdist support, so you can use all of pytest-xdist’s features and still get coverage. Consistent pytest behavior. All features offered by the coverage package should work, either through pytest-cov’s command line options or through coverage’s config file. Under certain scenarios, a stray .pth file may be left around in site packages. The data file is erased at the beginning of testing to ensure clean data for each test run. If you need to combine the coverage of several test runs you can use the --cov-append option to append this coverage data to coverage data from previous test runs. The data file is left at the end of testing so that it is possible to use normal coverage tools to examine it.
    Starting Price: Free
  • 11
    Xdebug

    Xdebug

    Xdebug

    Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. A way to step through your code in your IDE or editor while the script is executing. An improved var_dump() function, stack traces for notices, warnings, errors, and exceptions to highlight the code path to the error. Writes every function call, with arguments and invocation location to disk. Optionally also includes every variable assignment and return value for each function. Allows you, with the help of visualization tools, to analyze the performance of your PHP application and find bottlenecks. Shows which parts of your code base are executed when running unit tests with PHPUnit. Installing Xdebug with a package manager is often the fastest way. You can substitute the PHP version with the one that matches the PHP version that you are running. You can install Xdebug through PECL on Linux & macOS with Homebrew.
    Starting Price: Free
  • 12
    SQL Data Analysis

    SQL Data Analysis

    Yohz Software

    Import data sets from your databases using SQL queries. Analyze your data sets using analysis tables and pivot tables. Discover new patterns and trends from your analysis. Share your discoveries using PDF reports, or export to Excel, HTML, and XML files. Get actionable insights from your SQL data sets in a fast and easy way. Sort, filter, group, and summarize your SQL data sets in whichever way you need. You can group columns in whichever order you require. This allows you to summarize your data in many possible ways, potentially uncovering new information or patterns. Create summaries for any columns, or even multiple summaries for the same column using different functions. View summaries in group headers, group footers, and column footers. Highlight exceptional values using flexible rules and formulas. Sort one or more columns in ascending or descending orders, in the sequence you require. Each column can be filtered to display only the data you want to see.
    Starting Price: $45 one-time payment
  • 13
    PostgreSQL Maestro
    Complete and powerful database management, admin, and development tool for PostgreSQL. Browse, create, edit, duplicate, rename, and drop all schema objects like tables, views, functions, or triggers in the simplest way possible. Simplify your data modeling tasks. Create tables and relations in a few mouse clicks. Print diagrams or export them to a number of graphical file formats. Browse, edit, print, sort, group, and filter your data using a wide spectrum of available tools including master-detail views. Build graphical diagrams and OLAP cubes. Enjoy a feature-rich SQL Editor with code completion, code folding, and SQL formatted, or build your queries visually. Export your data to as many as 20 most popular file formats or import data from Excel, CSV, XML and other files. Make your server safe and secure with powerful tools provided by PostgreSQL Maestro. Split denormalized tables, generate DML procedures or updatable views, and check nullable columns with a few mouse clicks.
    Starting Price: $99 one-time payment
  • 14
    Goalserve

    Goalserve

    Goalserve

    Goalserve provide sports data feeds API solutions since 2005 and offers live score API, live game stats feeds, historical data, prematch, and in-play data API for all major sports and leagues. Data feed available in XML and JSON formats. Goalserve sports data feed coverage includes all major leagues and sports worldwide. Detailed data coverage is available for many popular leagues and sports all over the world. The sports data feed can be used in different types of applications like live score, fantasy applications, betting, and more. The feed includes live score data, live fantasy stats data, bookmaker pregame, and in-play odds. Goalserve offers 24/7 customer support assistance and guarantees 99% uptime. Our priority is to provide the best service on the market to our clients. With more than 200 active sports data feed subscribers worldwide Goalserve offer a wide range of sport data services, including data delivery to any information architecture and platform.
    Starting Price: $150 per month
  • 15
    Grails

    Grails

    Grails

    A powerful Groovy-based web application framework for the JVM built on top of Spring Boot. Convention-over-configuration, sensible defaults, opinionated APIs, and the Groovy language combine to make the Grails® framework easy to learn for Java developers. The Grails framework is built on top of Spring Boot and leverages Spring Boot's time-saving features, such as Spring-powered dependency injection. The Grails framework seamlessly and transparently integrates and interoperates with Java, the JVM, and existing Java EE containers. Apache Groovy is a language for the Java platform designed to enhance developers' productivity. It is an optionally-typed and dynamic language but with static-typing and static compilation capabilities. The Grails framework seamlessly integrates with GORM, a data access toolkit that provides a rich set of APIs for accessing relational and non-relational data. GORM also includes implementations for Hibernate (SQL), MongoDB, Cassandra, and Neo4j.
    Starting Price: Free
  • 16
    Refraction

    Refraction

    Refraction

    Refraction is a code-generation tool for developers. It uses AI to generate code for you. You can use it to generate unit tests, documentation, refactor code, and more. Generate code using AI in 34 languages — Assembly, C#, C++, CoffeeScript, CSS, Dart, Elixir, Erlang, Go, GraphQL, Groovy, Haskell, HTML, Java, JavaScript, Kotlin, LaTeX, Less, Lua, MatLab, Objective-C, OCaml, Perl, PHP, Python, R Lang, Ruby, Rust, Sass / SCSS, Scala, Shell, SQL, Swift, and TypeScript. Join thousands of developers around the world using Refraction to generate documentation, create unit tests, refactor code, and more using AI. Use the power of AI to automate the tedious parts of software development like testing, documentation, and refactoring, so you can focus on what matters. Refactor, optimize, fix and style-check your code. Generate unit tests for your code with various test frameworks. Explain the purpose of your code to make it easier to understand.
    Starting Price: $8 per month
  • 17
    Echo

    Echo

    Echo

    High-performance, extensible, minimalist Go web framework. Highly optimized HTTP router with zero dynamic memory allocation which smartly prioritizes routes. Build robust and scalable RESTful API, easily organized into groups. Automatically install TLS certificates from Let's Encrypt. HTTP/2 support improves speed and provides a better user experience. Many built-in middleware to use, or define your own. Middleware can be set at root, group, or route level. Data binding for HTTP request payload, including JSON, XML or form data. API to send a variety of HTTP responses, including JSON, XML, HTML, file, attachment, inline, stream, or blob. Template rendering using any template engine. Customized central HTTP error handling. Easily extendable API. Optimized HTTP router which smartly prioritizes routes. Build robust and scalable RESTful APIs. Extensible middleware framework. Define middleware at root, group, or route level Data binding for JSON, XML, and form payload.
    Starting Price: Free
  • 18
    Robocorp

    Robocorp

    Robocorp

    Robocorp’s Open Source Gen2 RPA is better, faster, and is the most cost-effective RPA platform in the world, built for developers and teams that want to work smarter, not harder. Teams can build, optimize and accelerate automation on the fly all while significantly cutting down on the infrastructure burden needed to run Gen1 RPA tools. Teams that run Robocorp save up to 80% of what they’ve traditionally paid by running Gen1 tools. Robocorp’s technology empowers developers to build any automation that their team can dream up. Our programmable approach leverages a powerful open-source ecosystem of libraries and keywords that provides you the flexibility to build automation that you can count on. Our RPA framework automation stack is built on top of Python. Now developers are able to quickly build, integrate, deploy, analyze, and maintain complex automation with Robocorp. Monitor, manage, and visualize your automation in a single pane of glass.
    Starting Price: $100 per month
  • 19
    Monday Hero

    Monday Hero

    Monday Hero

    Create your custom component library straight from your designs, saving up to 60% of your development time. Forget about the hassle of manually coding design details and focus on the big picture. Transform your Figma, Adobe XD, and Sketch designs into reusable code efficiently. Build an amazing UI for your iOS native application. Use both xib and programming-style UI components. Convert design to Dart and use Google's UI toolkit for building natively compiled applications. Convert design to Javascript and use its libraries for building user interfaces. Hand off the design straight to the development team. Build quickly with reusable components instead of coding from UI from scratch. Get all the static components from Monday Hero and invest your time wisely. Whether working solo or in a team, Monday Hero's innovative features ensure you work efficiently, cohesively, and productively. Ensure your code is exactly what you want before moving it to your project.
    Starting Price: $85 per month
  • 20
    Xtraxtor Email Converter
    A reliable and secure solution to export emails from mailbox data files into different file formats. This Email Converter allows users to convert email files into PST, MBOX, PDF, HTML, CSV, EML, ICS, vCard, and TEXT in a single attempt. This is a professional tool that allows you to convert emails from the most popular email clients and servers into multiple file formats. With a simple user interface and advanced filters, the user can export their emails to the desired format without losing important data. Without worrying about data file size and quantity, Xtraxtor Email Converter helps to easy and accurate conversion. The email conversion tool allows you to export and transfer emails to different file formats. It depends on the user's needs, and which file export option they choose. It offers a variety of saving options like PST, MBOX, OST, EML, MSG, HTML, CSV, PDF, TEXT, vCard, and ICS. You can choose any file format to save your mailbox data in the proper format.
    Starting Price: $49 one-time payment
  • 21
    Active@ KillDisk

    Active@ KillDisk

    LSoft Technologies

    KillDisk Industrial Desktop brings a complete and affordable industrial-grade disk sanitation hardware solution to the consumer market. Highly customizable for any context, supporting U.S. DoD erasure and fully automated operation, this system is a must-have for any organization with strong disk erasure requirements. The licensing policy assumes no extra cost per disk erased. Disk Erase (disk's surface complete sanitation) for HDD, SSD, M.2 & USB disks. Support for 24 sanitation standards including US DoD 5220.22M and NIST 800-88. Erase verification, resume interrupted erase and disk hidden zones reset. High-performance parallel erasing of multiple disks at the same time. Supports PDF certificates & XML exports, emailing results, and reports customization. Displays and monitors health status for all disks based on S.M.A.R.T. info. Disk sectors and volumes can be inspected on a low level in the advanced disk viewer.
    Starting Price: $40 one-time payment
  • 22
    Datatera.ai

    Datatera.ai

    Datatera.ai

    Datatera.ai's AI engine transforms diverse data formats such as HTML, XML, JSON, TXT, and more into structured forms for analysis. No coding is needed, as it offers a user-friendly interface and accurate parsing of complex data types. Datatera.ai provides a solution to convert any website file or text into a structured dataset without requiring a single line of code or mappings. At Datatera.ai, we understand that up to 90 percent of analysts' time is wasted on data preparation and cleansing tasks. By automating these processes, we enable businesses to make faster decisions and unlock new opportunities. With Datatera.ai, you can prepare data 10x faster and say goodbye to copying and pasting. Simply provide a link to a website or upload a file, and Datatera.ai automatically structures the data into tables, eliminating the need for freelancers or manual data entry. Our AI engine and rule system understand and parse data types and classifiers, performing tasks such as normalization.
    Starting Price: $49 per month
  • 23
    Raptool Designer
    This is where apps are made to do what you want. The easy-to-learn, PC-based designer can save months in development time compared to programming. By clicking on icons you add the functions that make up your mobile application. When the app works as you want it you save or publish design-file to your Raptool app account and load it into the Raptool client. The Raptool client is available in the app stores or through manual download. You need to install the right Raptool client for your device. The Raptool design file is downloaded from your account and what makes the client do what you want. The Raptool integration server and communicator lets you integrate your existing systems into your mobile solution. Integrate live, online, or work offline and send data when you have a connection. CDS or Raptool Data Storage is made for companies that need a mobile solution and somewhere to store the data. It can be an add-on to your existing systems or work as a separate system.
    Starting Price: Free
  • 24
    OpenJanela

    OpenJanela

    OpenJanela

    OpenJanela is a powerful window and door ERP software that is built for the way you do business. We learn from our customers, and we constantly update and improve the platform to meet all of your needs. OpenJanela is a commercial open source ERP that is used by hundreds of manufacturers and dealers around the world. Generate leads with B2B and B2C ecommerce. Manage sales & service appointments, schedule, and record communications/tasks generate quotations, onsite service modules, record service time & materials, and much more. Manage inventory, purchases, shipping, receiving, supplier requests for quotations, multiple locations, multiple warehouses, mobile shipping, receiving, and warehouse management apps, and more with our window and door ERP. Our commercial open source window design software and door design software help you produce windows and doors faster, generate fast and accurate prices, manufacture more efficiently, run your CNC machines, and manage all schedules.
    Starting Price: Free
  • 25
    ZOOK Email Backup

    ZOOK Email Backup

    ZOOK Software

    Download the best email backup software to take backup of emails from webmail, cloud mail, and other online email services. It is the best way to create a backup of an email account into several technical file formats such as PST, MSG, EML, EMLX, MBOX, PDF, HTML, XPS, MHT, RTF, DOC, etc. The online email backup program enables users to back up their email server, and cloud server to save emails to the hard drive. In this entire process, the email backup utility ensures the user about the email folder hierarchy. All emails from the webmail account will remain saved in the same folders and subfolders in their original structure. The email backup wizard allows users to batch archive business and cloud emails in a single process. It is the best way to backup emails in bulk by selecting an email account and the desired saving option. A backup of all emails of any email account has been created few moments.
    Starting Price: $99 one-time payment
  • 26
    The Easy API

    The Easy API

    The Easy API

    We've been in business since 2010 and have a long history of always supporting our users. We work with you to build an API that gives your growing applications everything it needs. Our API returns responses in less than a second. That's the time that your application can get a response and keep processing. We help you save time and energy by implementing multiple APIs. You can get back to building your application after you connect with our single one. We track all the requests made to enable you to debug all API calls, making implementation even easier. There is currently one environment that is available which is production. You can use the following URLs along with sample code snippets. All endpoints produce UTF-8 character sets, please ensure your application can handle the characters.
    Starting Price: $5 per month
  • 27
    Stellar Repair for MSSQL
    Stellar Repair for MSSQL recovers tables, triggers, indexes, stored procedures, etc. It recovers deleted records from SQL database tables. Extracts the data from corrupted backup files. Restores SQL database with minimal downtime. It repairs corrupt SQL database (MDF and NDF) files and extracts data from corrupted backup (.BAK). It supports SQL 2022, 2019, 2017, 2016, and lower versions. When the primary filegroup of a database is suspected to be damaged by the SQL server or the transaction log file is missing or has turned corrupt, the database is marked as 'suspect'. Also, events such as SQL server crashes in the middle of a transaction, abrupt database termination, lack of disk space, etc., can bring the database into suspect mode. Consequently, the database becomes inaccessible. The Stellar SQL recovery tool helps recover SQL database from suspect mode and restores SQL database to a normal state (online).
    Starting Price: $299 one-time payment
  • 28
    QuickData SQL Server Recovery
    Download and Install the SQL Server database recovery tool on your system to begin the restoration process. Choose the files that you want to recover and set a specific configuration that you want for the recovery process. Click on export to restore the corrupted files on your system. You can also export your database files and SQL script. After you have successfully recovered the MDF & NDF database files, the SQL repair tool will give a quick preview of your restored database objects that might or might not have been deleted. The SQL Server Recovery software helps you to restore multiple NDF files at once as shown. You can add multiple NDF files by clicking on the add folder. Furthermore, you can also choose the auto-detect option to automatically add NDF files. The tool provides the ability to create and store a report for the files that you have recovered. This can come in handy when you need to keep a record of all the actions that you have taken on a database.
    Starting Price: $249 one-time payment
  • 29
    Revove SQL Database Recovery Tool
    Recover data from damaged SQL database files including MDF and NDF files. Retrieve deleted SQL Server objects as well after scanning the database files. Users can recover SQL tables, triggers, stored procedures, rules, functions, etc. Allows to export the recovered table records into a CSV file format if required. Also capable of exporting data into an SQL Server present in the local network. The SQL recovery tool can export data into a new or an existing SQL database. The software can export the data in SQL-compatible scripts in the absence of SQL. It is possible to export the data with only schema or schema with data as well. Recover data from ransomware-affected MDF files without any security issues. Support SQL 2022, 2019, 2017, 2016, 2014, 2012, 2008, 2005, and 2000 versions. The SQL database recovery software can easily solve the internal issues of MDF files to help users build a stable connection.
    Starting Price: $249 one-time payment
  • 30
    PCVITA SQL Database Recovery
    SQL Database Recovery software provides you with two different modes for scanning corrupted SQL database files. One is a quick scan and the other is an advanced scan. If the database file is moderately corrupted, then choose the quick scan mode. In case of highly corrupted MDF/NDF files, select the advanced scan mode for SQL data recovery. This advanced software generates a preview of recovered data before you export it into your desired export options. SQL Database Recovery Software is capable of recovering all components from damaged or corrupt SQL databases. These components include views, tables, functions, rules, triggers, stored procedures, associated keys, etc. All these components can be easily recovered using the automated tool smartly. The modern solution recovers as well as deletes SQL database data. The software displays the deleted table records in red color. Users can recover deleted SQL database objects such as tables, stored procedures, functions, views, triggers, etc.
    Starting Price: $249 one-time payment