[publican-list] [Bug 593887] Terse validity error messages make troubleshooting XML structure issues difficult.

bugzilla at redhat.com bugzilla at redhat.com
Wed May 26 05:41:16 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=593887

Jeff Fearn <jfearn at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ON_DEV

--- Comment #1 from Jeff Fearn <jfearn at redhat.com> 2010-05-26 01:41:12 EDT ---
The text of the message, 'failed build URL', is supplied by libxml, if you want
that changed you will need to open a bug upstream.

I reformatted the error message and included the line and error numbers:

e.g.

FATAL ERROR 1605 in Users_Guide.xml on line 10: failed build URL



FYI since the href in xi:include is a URI string you need to escape spaces in
it:

e.g.

wrong:

<xi:include href="Test File.xml" />

right:

<xi:include href="Test%20File.xml" />

Fixed in build 1.6.3-0.t81

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list