hassanakbar4 / tractive-test

0 stars 0 forks source link

keyword syntax in xml2rfc-2.10.0/tests/valid/rfc6787.v2v3.xml #353

Closed hassanakbar4 closed 2 years ago

hassanakbar4 commented 6 years ago

component_Version_3_cli_txt resolution_fixed type_defect | by miek@miek.nl


    <keyword>mrcp, speechsc, asr, tts, speech services, speech recognition, 
speech synthesis, nlsml, speaker authentication, speaker verification, 
speaker identification</keyword>

Is this valid? Thought the correct way was a <keyword> tag per keyword?


Issue migrated from trac:353 at 2021-10-20 18:27:07 +0500

hassanakbar4 commented 6 years ago

@{"email"=>"julian.reschke@gmx.de", "name"=>nil, "username"=>nil} commented


https://greenbytes.de/tech/webdav/rfc7991.html#rfc.section.2.28.p.2:

"Note that each element should only contain a single keyword; for multiple keywords, the element can simply be repeated."

hassanakbar4 commented 6 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


As Julian indicates, this is not correct use of the element, but xml2rfc does nothing with it, and the schema puts no limitation on the text, so I'm not sure if there's anything for xml2rfc to do here.

When the idnits rewrite that processes XML input arrives, I can see a benefit in having an idnits warning if the text contains spaces or punctuation.

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed status from new to closed

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed resolution from ` tofixed`

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


Fixed in [2567]:

Added a check in preptool for elements containing multiple keywords. Fixes issue #353.