Closed GoogleCodeExporter closed 8 years ago
Hi Vali,
Fixed in r1474.
Thanks,
Arsen
P.S. Feel free to commit such fixes directly to the repository if needed.
Original comment by achalo...@gmail.com
on 9 Feb 2010 at 5:47
Okay, next time I will commit such simple fixes myself, thanks for the trust.
What do you think about the backslash in the path to the XML schema?
Original comment by tomas.valenta@speechtech.cz
on 10 Feb 2010 at 8:05
Yes, I trust you.
I'm not sure which backslash you mean. Please clarify.
Original comment by achalo...@gmail.com
on 10 Feb 2010 at 8:31
In client configuration profiles (e.g. conf/client-profiles/unimrcp.xml) in the
root
element attribute there is a link to the schema:
<unimrcpclient xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\unimrcpclient.xsd"
version="1.0">
I would replace it with "../unimrcpclient.xsd" which is preferred in XML and
works
fine in Visual Studio.
Original comment by tomas.valenta@speechtech.cz
on 10 Feb 2010 at 8:47
Well, makes sense. Fixed in r1489
Original comment by achalo...@gmail.com
on 11 Feb 2010 at 6:31
Thanks.
Original comment by tomas.valenta@speechtech.cz
on 11 Feb 2010 at 9:54
Original issue reported on code.google.com by
tomas.valenta@speechtech.cz
on 8 Feb 2010 at 10:20