Package Details: xmlindent 0.2.17-3

Git Clone URL: https://aur.archlinux.org/xmlindent.git (read-only, click to copy)
Package Base: xmlindent
Description: XML stream reformatter written in ANSI C
Upstream URL: http://xmlindent.sourceforge.net/
Keywords: xml
Licenses: GPL
Submitter: tokland
Maintainer: tokland
Last Packager: tokland
Votes: 19
Popularity: 0.33
First Submitted: 2009-07-17 08:04 (UTC)
Last Updated: 2024-05-31 10:08 (UTC)

Latest Comments

cbenz commented on 2024-06-02 10:09 (UTC) (edited on 2024-06-02 10:18 (UTC) by cbenz)

@tokland Thanks! I also noticed that upstream source repo (https://github.com/penberg/xmlindent) released a new version 0.2.18 in 2020, including that fix: https://github.com/penberg/xmlindent/releases

I don't know why but this new version is not mentioned on sourceforge.

Debian has an open bug for this release: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953779

Maybe that this AUR package could ship the version 0.2.18 from the GitHub repo.

tokland commented on 2024-05-31 10:09 (UTC)

@cbez, indeed, thanks! Package updated.

cbenz commented on 2024-05-31 09:30 (UTC)

This Debian patch fixes the problem.

https://sources.debian.org/patches/xmlindent/0.2.17-6/strlen_yytext_assertion.patch/

tokland commented on 2022-02-28 20:15 (UTC) (edited on 2022-02-28 20:16 (UTC) by tokland)

I have problems with the package:

$ echo "<tag></tag>" | xmlindent > out.xml; echo $?; wc -c out.xml
xmlindent: indent.c:443: content: Assertion `strlen(yytext) == 1' failed.
Aborted (core dumped)
134
0 out.xml

tokland commented on 2021-04-26 17:03 (UTC)

@micwoj92, done! 0.2.17-2.

micwoj92 commented on 2021-04-25 21:51 (UTC)

Hello, could you update download to https?