How do I create a Requirement with characters like angle brackets in the title using the OSLC creation factory?
Hi,
I am trying to create a requirement in DNG 5.0.2 using the OSLC creation factory. The title of the requirement contains the characters '<' and '>' and this is obviously not allowed in RDF XML, and I get a 403 Forbidden error.
However, if I convert these characters to < and > then the requirement gets created, but the title contains the actual characters < and > and not the < and >.
If I update the title using the DNG web interface, and then look at the audit history, it appears that the OSLC created version encodes the '&' part of < so my RDF XML becomes: &lt; when using the OSLC factory.
Is there any way of properly encoding the '<' and '>' characters when creating using the OSLC factory?
Other than editting and correcting them after creation?
Regards,
Sudheer
I am trying to create a requirement in DNG 5.0.2 using the OSLC creation factory. The title of the requirement contains the characters '<' and '>' and this is obviously not allowed in RDF XML, and I get a 403 Forbidden error.
However, if I convert these characters to < and > then the requirement gets created, but the title contains the actual characters < and > and not the < and >.
If I update the title using the DNG web interface, and then look at the audit history, it appears that the OSLC created version encodes the '&' part of < so my RDF XML becomes: &lt; when using the OSLC factory.
Is there any way of properly encoding the '<' and '>' characters when creating using the OSLC factory?
Other than editting and correcting them after creation?
Regards,
Sudheer