[PHP] Re: problem with xgettext and php with javascript file

2001-11-16 Thread Pavel Novak

so I know where is the problem:

">

gettext is seeking through all of strings in the file, it thinks that one
string is:
""


And it doesn't work even with this:
value=""
or this:
value=''

Does anybody know how I can do it to be good?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: problem with xgettext and php with javascript file

2001-11-16 Thread Pavel Novak

now it is the same problem without javascript:

FIRST file includes only this row:
"
class="tlacitko">

SECOND file includes this:




When I use:
xgettext  --keyword=_ file.php

on FIRST file I don't get any error message, but it doesn't create the file
'messages.po'

but on SECOND file it creates the file 'messages.po' correctly...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]