[lttng-dev] [PATCH] Fix: XML declaration must be at beginning of XSD file
David Goulet
dgoulet at efficios.com
Mon Apr 14 10:38:57 EDT 2014
Merged!
David
On 10 Apr (17:16:39), Christian Babeux wrote:
> Move down license information to fix the parser error :
> XML declaration allowed only at the start of the document
>
> Signed-off-by: Christian Babeux <christian.babeux at efficios.com>
> ---
> src/common/config/session.xsd | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/common/config/session.xsd b/src/common/config/session.xsd
> index 910f070..7c3e9d8 100644
> --- a/src/common/config/session.xsd
> +++ b/src/common/config/session.xsd
> @@ -1,3 +1,4 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> <!--
> Copyright (c) 2014 - Jérémie Galarneau <jeremie.galarneau at efficios.com>
>
> @@ -19,7 +20,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
> -->
> -<?xml version="1.0" encoding="UTF-8"?>
> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
> elementFormDefault="qualified" version="2.5">
>
> --
> 1.8.5.2
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: Digital signature
URL: <http://lists.lttng.org/pipermail/lttng-dev/attachments/20140414/53b5ec9d/attachment.sig>
More information about the lttng-dev
mailing list