On 01/06/2014 09:45 PM, Michael Stahl wrote:
On 20/12/13 14:40, Lionel Elie Mamane wrote:
1) fdo36288-2.odb/forms/Obj42/content.xml[2,17145]:  Error: attribute
    "xlink:href" has a bad value: ".uno:FormController/saveRecord" does
    not satisfy the "anyURI" type
    What is the "right" way to put a .uno URI?
anyURI is actually an IRI reference in ODF (not that it makes a
difference here).  RFC3987 says:
    scheme         = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
... so the problem is that it starts with "." where only ALPHA is
allowed.  was that perhaps legal in a previous URI RFC or how did we end
up with this?
Yes, RFC 1738 had
  scheme         = 1*[ lowalpha | digit | "+" | "-" | "." ]
so that's how those "private" .uno and .component URL schemes got cooked up.
Stephan
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.