Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,101

Downloads of v 1.6.2401.55149:

58

Last Update:

28 Jan 2024

Package Maintainer(s):

Software Author(s):

  • Petr Novak

Tags:

admin freeware xml editor

XiMpLe

  • 1
  • 2
  • 3

1.6.2401.55149 | Updated: 28 Jan 2024

Downloads:

2,101

Downloads of v 1.6.2401.55149:

58

Maintainer(s):

Software Author(s):

  • Petr Novak

XiMpLe 1.6.2401.55149

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install XiMpLe, run the following command from the command line or from PowerShell:

>

To upgrade XiMpLe, run the following command from the command line or from PowerShell:

>

To uninstall XiMpLe, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade ximple -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade ximple -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install ximple
  win_chocolatey:
    name: ximple
    version: '1.6.2401.55149'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'ximple' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.6.2401.55149'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller ximple
{
    Name     = "ximple"
    Version  = "1.6.2401.55149"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'ximple':
  ensure   => '1.6.2401.55149',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator TheCakeIsNaOH on 28 Jan 2024.

Description

XiMpLe is an xml and json editor based on a table grid view (the same nodes are arranged in tables).

Features

  • Xml data are presented in well-arranged tables
  • Simple and intuitive control even for a beginner
  • No need to know xml rules or syntax
  • Special sub-tables for mining nested data inside a table
  • Transparent clipboard operations all done in a text mode
  • Searching and replacing texts with a possibility to use wild cards
  • Replacing texts based on a lookup table defined in an external xml file
  • Wide range of configurations for editor appearance and output file shaping
  • XML splitter for big files (as ximple as possible)
  • XML joiner to link it back together (as flexible as possible)
  • XML comparator in a grid view
  • JSON support with white spaces protection
  • Validating XML with XSD schema
  • Name and value suggestion according XSD schema
  • XSD generation
  • Text comparator supports long lines and longer files

Notes

  • For a commercial use a license is needed to use XiMpLe
  • This package contains .NET Framework 4.0 XiMpLe version

screenshot


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$is64      = (Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true'

if ($is64) { Remove-Item $toolsPath\XiMpLe_x32.exe } else { Remove-Item $toolsPath\XiMpLe_x64.exe  }
Move-Item $toolsPath\XiMpLe_*.exe $toolsPath\XiMpLe.exe

$sparams = @{
    ShortcutFilePath = "$Env:USERPROFILE\Desktop\XiMpLe.lnk"
    TargetPath       = "$toolsPath\XiMpLe.exe"
}
Install-ChocolateyShortcut @sparams
tools\chocolateyUninstall.ps1
Remove-Item "$Env:USERPROFILE\Desktop\XiMpLe.lnk" -ErrorAction ignore
tools\XiMpLe_x32.exe
md5: E102E250B7CC1EFDCFCBA02DA0A9AA00 | sha1: 0B3E551CFF296ADFB48767BBB857952C76AC50B9 | sha256: 838BC43E9B9714000E9860086A6A8407DD5CDD554186334585A8A5ED3CD1D2CB | sha512: 56AE49BBD7261184CDB9BB252DA536946711D5E49A33AD42E015F50CF224C5A20A055803806B7692CB407789608ACFA760BCFDE231A81BDE9D8AF27F9F982C93
tools\XiMpLe_x64.exe
md5: 8B733A6B7A3866279CAB90C7F608F735 | sha1: EDB25793EF8F2FAE81DD3F085F5AF02DFD116E86 | sha256: A730B2337CC431FF0A5A66E154E7F5CFFA839064FC64F763C43A55053DA0B170 | sha512: 12FCFB07DA048D890B07B2AC12AE84461B72F63C90D7D7F89C6AB4A24BDBB4D1CB5A3F99A3FBFE1AD90FF9E942442AB858CD69DF71411E9200E43A85184BFF3C
legal\LICENSE.txt
For a commercial use a license is needed to use XiMpLe.

A standard license price is 30 euro per user per year.

Please contact me by e-mail for a payment method (a bank transfer or PayPal)
with details of your request (number of licenses, company name, time duration).

A registration key will be generated based on your information and send it back on your e-mail after paying.
legal\Redistribution.pdf
md5: 12344CB3FD8BA605AEF008854FB0C272 | sha1: B3F1C7FB2DB0F886997C6FC8250BAD9042CD4072 | sha256: 377DFDF828E271E100AD04E155242DDE15120A63066C9F040366512BDBBCD9CC | sha512: 293938E9AED0E1CC0CC6D475F2B01D873EA279622727E91A79EBF1576725AA445BC771194FAB4E8C3C07C8824BF9AE7BD243EEE2BA2A25912444F391BC1C5F03
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to

   x32: http://www.ximple.cz/php/pickup.4.php?t=32&f=
   x64: http://www.ximple.cz/php/pickup.4.php?t=64&f=

   to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'

   checksum32: 838BC43E9B9714000E9860086A6A8407DD5CDD554186334585A8A5ED3CD1D2CB
   checksum64: A730B2337CC431FF0A5A66E154E7F5CFFA839064FC64F763C43A55053DA0B170

File 'license.txt' is obtained from:
   http://www.ximple.cz/license.php

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
XiMpLe 1.6.2310.25020 73 Thursday, October 12, 2023 Approved
XiMpLe 1.6.2310.16723 30 Monday, October 9, 2023 Approved
XiMpLe 1.6.2308.33112 59 Thursday, August 17, 2023 Approved
XiMpLe 1.6.2307.23155 68 Wednesday, July 12, 2023 Approved
XiMpLe 1.6.2307.14580 23 Saturday, July 8, 2023 Approved
XiMpLe 1.6.2305.28918 81 Monday, May 15, 2023 Approved
XiMpLe 1.6.2305.9068 59 Friday, May 5, 2023 Approved
XiMpLe 1.6.2303.22584 94 Sunday, March 12, 2023 Approved
XiMpLe 1.6.2303.10619 30 Monday, March 6, 2023 Approved
XiMpLe 1.6.2302.11085 98 Monday, February 6, 2023 Approved
XiMpLe 1.6.2301.31064 32 Monday, January 16, 2023 Approved
XiMpLe 1.5.2210.2567 188 Sunday, October 2, 2022 Approved
XiMpLe 1.5.2209.59073 47 Friday, September 30, 2022 Approved
XiMpLe 1.5.2209.52964 54 Tuesday, September 27, 2022 Approved
XiMpLe 1.5.2209.45037 47 Friday, September 23, 2022 Approved
XiMpLe 1.5.2208.35073 83 Thursday, August 18, 2022 Approved
XiMpLe 1.5.2207.23140 82 Tuesday, July 12, 2022 Approved
XiMpLe 1.5.2207.12466 73 Thursday, July 7, 2022 Approved
XiMpLe 1.5.2206.31123 100 Thursday, June 16, 2022 Approved
XiMpLe 1.5.2204.15007 105 Friday, April 8, 2022 Approved
XiMpLe 1.5.2202.5174 150 Thursday, February 3, 2022 Approved
XiMpLe 1.5.2201.60679 59 Monday, January 31, 2022 Approved
XiMpLe 1.5.2110.32820 97 Sunday, October 17, 2021 Approved
XiMpLe 1.5.2110.6931 65 Monday, October 4, 2021 Approved
XiMpLe 1.5.2109.59053 59 Thursday, September 30, 2021 Approved
XiMpLe 1.5.2109.45077 61 Friday, September 24, 2021 Approved
XiMpLe 1.5.2109.43118 68 Wednesday, September 22, 2021 Approved
XiMpLe 1.5.2108.62518 58 Thursday, September 16, 2021 Approved
Discussion for the XiMpLe Package

Ground Rules:

  • This discussion is only about XiMpLe and the XiMpLe package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or XiMpLe, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus