Sebastian Pipping
3698d490a0
doc: Process *.png images by zopflipng
2019-11-24 15:29:20 +01:00
luz.paz
56893d4fbb
Fix source comment typos
...
Found via `codespell -q 3 -S ./testdata,./expat/Changes`
2019-11-04 07:52:31 -05:00
Sebastian Pipping
13b579ace2
Merge pull request #322 from libexpat/cmake-inno-setup
...
Drop MSVC files + build Inno Setup installer using CMake and msbuild
2019-08-29 13:56:22 +02:00
Sebastian Pipping
030c536e5c
reference.html: Fix mismatched tag
2019-08-29 13:33:34 +02:00
Sebastian Pipping
7ae689fd95
docs: Migrate to generated solution files with CMake and msbuild on Windows
2019-08-29 02:34:14 +02:00
Sebastian Pipping
95455453b1
Fix compilation for lack of docbook2x-man
...
The guard in doc/Makefile.am was supposed to protect against
publishing release tarballs lacking a compiled xmlwf.1 man page
without noticing. Now it does no more than advertised.
2019-01-26 20:34:41 +01:00
Joe Orton
b242236c8e
Allow configure with DOCBOOK_TO_MAN="xmlto man --skip-validation".
2017-11-02 22:11:49 +01:00
Sebastian Pipping
b1ca18f795
doc/Makefile.am: Round braces for style
2017-10-21 19:50:55 +02:00
Sebastian Pipping
8fa1d0e7cd
doc/Makefile.am: Fix mis-use of variable
...
We want to delete all generated man pages, not all distributed ones.
2017-10-21 19:50:27 +02:00
Sebastian Pipping
9ec95b7605
doc/Makefile.am: Improve scope of docbook2man availability
...
.. so that "make dist" has no chance of shipping no manpage
or and outdated one.
2017-10-21 19:40:14 +02:00
Stephen Groat
cb7d430d22
Fix docbook
2017-10-21 19:23:48 +02:00
Rhodri James
0da3d1b5bf
Add command-line arg "-N" to xmlwf to add notations to test output
...
...and use it in xmltest.sh
2017-08-22 22:21:10 +02:00
Sebastian Pipping
d4390f34f3
Replace handwritten Makefile with GNU Automake
2017-08-12 16:09:50 +02:00
Jakub Wilk
082bfac512
Fix typos
2017-08-03 22:50:03 +02:00
Sebastian Pipping
17d2f6bcd5
doc/xmlwf.xml: Fix mis-leading description of -c
2017-07-31 22:19:57 +02:00
Sebastian Pipping
a67f2a2545
*.dsp,*.dsw: Drop Visual Studio 6.0 (issue #14 )
2017-04-25 23:51:59 +02:00
Sebastian Pipping
5a5b157ba3
doc/xmlwf.1: Migrate from SGML to XML
2016-06-18 01:44:54 +02:00
Sebastian Pipping
e33d37cb47
doc/Makefile: Do not leave nullbyte XMLWF.1 on error
2016-06-05 15:14:14 +02:00
Sebastian Pipping
e1196d2f3a
doc/Makefile: Resolve use of "$<" for bmake
2016-05-06 21:04:09 +02:00
Sebastian Pipping
3bdfa930a9
doc/xmlwf.1: Generate from sources using docbook2X
...
As aside effect the mistaken content
BUGS
According to the W3C standard, an XML file without a
declaration at the beginning is not considered well-formed.
However, xmlwf allows this to pass.
disappears from the man page. This is related to bug 470
https://sourceforge.net/p/expat/bugs/470/ or
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412786
in Debian.
2016-03-12 00:23:16 +01:00
Ardo van Rangelrooij
af3dadd473
doc/xmlwf.sgml: Address GROFF issue
...
GROFF expects a macro name after a leading point. So remove
the linebreak and avoid the warning.
2016-03-12 00:16:49 +01:00
Sebastian Pipping
a472f11d32
doc/xmlwf.sgml: Fix typos
...
This is backport of commit 4d84c6e897
from doc/xmlwf.1 to doc/xmwlf.sgml
2016-03-12 00:16:49 +01:00
Karl Waclawek
891ec14f60
Fix for issue #3526620 .
2012-05-15 00:28:15 +00:00
Karl Waclawek
fefcce65be
Documented new features for release 2.1.0.
2012-03-10 18:27:17 +00:00
Karl Waclawek
81700c690c
Fix for issue #2517946 .
2009-01-18 21:55:10 +00:00
Karl Waclawek
5d530f0f95
Corrected recommended namespace separators - reported in bug #1742315 .
2007-06-24 17:21:25 +00:00
Karl Waclawek
5b8b5105bd
Optimized png files.
2007-06-05 15:05:33 +00:00
Karl Waclawek
d95f84c84a
Updated version number
2007-06-05 15:05:17 +00:00
Karl Waclawek
4d84c6e897
Corrected some typos.
2007-04-30 00:53:51 +00:00
Karl Waclawek
9922bc6e57
Improved fix for issues # 1515266 and # 1515600. Will now preserve the
...
"failover to default handler" logic. Note: clearing the character data handler
does not take effect immediately anymore.
2006-07-10 18:59:52 +00:00
Karl Waclawek
647d969449
Fix for issues # 1515266 and # 1515600. The inner for loop under
...
XML_TOK_DATA_CHARS in doContent() and doCdataSection() did not
check if the character data handler was set each time a call-back was made.
2006-07-05 13:06:59 +00:00
Karl Waclawek
9e0e2e6e0c
Added XML_FEATURE_NS and XML_FEATURE_LARGE_SIZE values,
...
as they had not been documented yet.
2006-04-07 20:28:19 +00:00
Karl Waclawek
edc0f36d7c
Updated release version.
2005-12-26 18:08:19 +00:00
Karl Waclawek
f8412b2167
Added support for 64-bit integers when reporting byte indexes,
...
line and column numbers. Can be turned on/off using the
XML_LARGE_SIZE switch.
2005-12-23 14:45:27 +00:00
Karl Waclawek
825a19cbe6
Fixed omission of UTF-16 output.
2005-12-13 17:20:16 +00:00
Karl Waclawek
36aca9c31f
Added a note about possible integer overflow when using large input buffers.
2005-11-28 20:00:50 +00:00
Karl Waclawek
1dcefca028
Fixed error found by Reid Spencer.
2005-01-30 05:44:46 +00:00
Karl Waclawek
634291221a
Improved and corrected namespace processing documentation.
2004-12-20 03:23:29 +00:00
Karl Waclawek
4989a3eece
Small link fix.
2004-12-14 17:26:18 +00:00
Karl Waclawek
a4bf35d1d1
Added to documentation of XML_ParserReset().
2004-11-26 00:18:15 +00:00
Fred L. Drake, Jr.
05b2ebc2dd
Add basic documentation for the suspend/resume feature.
...
Closes SF bug #880632 .
2004-07-23 03:28:09 +00:00
Fred L. Drake, Jr.
f70a4ab7dd
added more detail about XML_CONTEXT_BYTES
2004-07-16 02:31:27 +00:00
Fred L. Drake, Jr.
02de9eac60
Update version number to 1.95.8 in preparation for release.
2004-07-16 02:10:57 +00:00
Fred L. Drake, Jr.
3188f13393
- fix the description of the XML_DTD preprocessor symbol
...
(closes SF bug #916232 )
- fix markup error (swapped end tags)
2004-07-16 00:13:05 +00:00
Karl Waclawek
804897854f
Fix for bug #928113 .
2004-04-30 15:39:47 +00:00
Karl Waclawek
e55585a9ee
Added note about the effects on well-formedness checking when
...
calling XML_UseForeignDTD(parser, XML_TRUE).
2004-04-27 00:50:50 +00:00
Fred L. Drake, Jr.
556f1650b1
extend the "Communicating between handlers" section a bit; needed to
...
mention the need to accumulate data between calls to the character
data handler
2003-10-28 21:25:43 +00:00
Fred L. Drake, Jr.
9749816465
use indentation consistently
2003-10-20 14:50:37 +00:00
Fred L. Drake, Jr.
16efce86d2
Steal a bit of look-n-feel from the website; this document was just looking
...
incredibly bland.
2003-10-20 14:40:44 +00:00
Fred L. Drake, Jr.
7b1a4b6f16
- add the XMLCALL annotation consistently in the docs
...
- don't drop the void return for handler setting functions
2003-10-15 20:46:53 +00:00