Re: [Gimp-docs] validation error on source...

2018-05-06 Thread Alexandre Prokoudine
I hope I fixed this one now, thanks for catching!

Alex

вс, 6 мая 2018 г., 18:51 Marco Ciampa :

> I did this:
>
> make validate-en
> [SRC] src/preface/authors.xml
> [DEP] xml/it/.deps.mk
> [SRC] src/preface/authors.xml
> [XML] xml/en/toolbox/transform/scale.xml (copy)
> *** Validating XML (en) ...
> -:74636: element xref: validity error : IDREF attribute linkend references
> an unknown ID "script-fu-neon-logo-alpha"
> (You will find log and xml files in log/.)
>
> What is going on here? Is there something broken slipped in inadvertitely
> or is there something broken in my build environment?
>
> --
>
>
> Marco Ciampa
>
> I know a joke about UDP, but you might not get it.
>
> 
>
>  GNU/Linux User #78271
>  FSFE fellow #364
>
> 
>
> ___
> gimp-docs-list mailing list
> gimp-docs-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gimp-docs-list
>
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list


[Gimp-docs] validation error on source...

2018-05-06 Thread Marco Ciampa
I did this:

make validate-en
[SRC] src/preface/authors.xml
[DEP] xml/it/.deps.mk
[SRC] src/preface/authors.xml
[XML] xml/en/toolbox/transform/scale.xml (copy)
*** Validating XML (en) ... 
-:74636: element xref: validity error : IDREF attribute linkend references an 
unknown ID "script-fu-neon-logo-alpha"
(You will find log and xml files in log/.)

What is going on here? Is there something broken slipped in inadvertitely
or is there something broken in my build environment?

-- 


Marco Ciampa

I know a joke about UDP, but you might not get it.



 GNU/Linux User #78271
 FSFE fellow #364



___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] Validation error

2015-09-16 Thread Kolbjørn Stuestøl

Den 16.09.2015 09:18, Marco Ciampa skreiv:

On Mon, Sep 14, 2015 at 11:15:30PM +0200, Kolbjørn Stuestøl wrote:

I tryed to update Julien's latest (and as usual excellent) enhances,
but when validating my translation I got this error messages:

Command: make validate-nn
 From log file:

-:41998: namespace error : Namespace prefix xi on include is not defined
   
 ^
-:41998: element xi:include: validity error : No declaration for
attribute href of element xi:include
   
 ^
-:41998: element xi:include: validity error : No declaration for
element xi:include
   
   ^
-:42077: element sect1: validity error : Element sect1 content does
not follow the DTD, expecting (sect1info? , […] )

 ^

I think I once fixed such messages myself, but alas it is a long
time and a few computers ago and I have forgotten how I did it. No
logs either.
Someone remember?
There are two main errors:
1. line 41998: namespace error etc.
2. line 43077: sect1 validity error

I run make xml-en and then make validate-en.
No errors.

Kolbjørn

Hi Kolbjørn, sorry for being late!
Have you tried to "make clean" or "make distclean" it first?

It worked!
Ran "make clean" and then "make validate-nn". Result: "nn: no errors".
Thank you!

Julien: After writing my mail I run "make xml-fr" and "make validate-fr" 
and, as you wrote, I got "fr; no errors".

Thinking you had updated French 100 % :-) .
So I concluded that this error was an unique nn error.
Thank you for answering me.


Kolbjørn




--


Marco Ciampa

I know a joke about UDP, but you might not get it.

++
| GNU/Linux User  #78271 |
| FSFE fellow   #364 |
++

___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list




___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list


Re: [Gimp-docs] Validation error

2015-09-16 Thread Marco Ciampa
On Mon, Sep 14, 2015 at 11:15:30PM +0200, Kolbjørn Stuestøl wrote:
> I tryed to update Julien's latest (and as usual excellent) enhances,
> but when validating my translation I got this error messages:
> 
> Command: make validate-nn
> From log file:
> 
>-:41998: namespace error : Namespace prefix xi on include is not defined
>   
> ^
>-:41998: element xi:include: validity error : No declaration for
>attribute href of element xi:include
>   
> ^
>-:41998: element xi:include: validity error : No declaration for
>element xi:include
>   
>   ^
>-:42077: element sect1: validity error : Element sect1 content does
>not follow the DTD, expecting (sect1info? , […] )
>
> ^
> 
> I think I once fixed such messages myself, but alas it is a long
> time and a few computers ago and I have forgotten how I did it. No
> logs either.
> Someone remember?
> There are two main errors:
> 1. line 41998: namespace error etc.
> 2. line 43077: sect1 validity error
> 
> I run make xml-en and then make validate-en.
> No errors.
> 
> Kolbjørn

Hi Kolbjørn, sorry for being late!
Have you tried to "make clean" or "make distclean" it first?

--


Marco Ciampa

I know a joke about UDP, but you might not get it.

++
| GNU/Linux User  #78271 |
| FSFE fellow   #364 |
++

___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list


[Gimp-docs] Validation error

2015-09-14 Thread Kolbjørn Stuestøl
I tryed to update Julien's latest (and as usual excellent) enhances, but 
when validating my translation I got this error messages:


Command: make validate-nn
From log file:

   -:41998: namespace error : Namespace prefix xi on include is not defined
  
^
   -:41998: element xi:include: validity error : No declaration for
   attribute href of element xi:include
  
^
   -:41998: element xi:include: validity error : No declaration for
   element xi:include
  
  ^
   -:42077: element sect1: validity error : Element sect1 content does
   not follow the DTD, expecting (sect1info? , […] )
   
^

I think I once fixed such messages myself, but alas it is a long time 
and a few computers ago and I have forgotten how I did it. No logs either.

Someone remember?
There are two main errors:
1. line 41998: namespace error etc.
2. line 43077: sect1 validity error

I run make xml-en and then make validate-en.
No errors.

Kolbjørn
___
gimp-docs-list mailing list
gimp-docs-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-docs-list