<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alf doesn't support to that file whose name start with digit in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193563#M146693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You mean alfresco creates xml file internaly which is having the same name as pdf file. Am i right?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But an XPath runs on XML and thus is constrained by the XML syntax (run on a "virtual XML document" representing the whole system, stored in database, not in XML)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 08:52:11 GMT</pubDate>
    <dc:creator>t_broyer</dc:creator>
    <dc:date>2009-01-05T08:52:11Z</dc:date>
    <item>
      <title>Alf doesn't support to that file whose name start with digit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193560#M146690</link>
      <description>Hi AllAnybuddy can explain why Alfresco does not support to that file whose name start with digit for example,&amp;nbsp; If file name starts with digits (eg.&amp;nbsp; 23459_alfresco.pdf) you will be able to upload the files first time but if you will upload it again then it'll throw this exception –AxisFaultfaultCod</description>
      <pubDate>Fri, 19 Dec 2008 13:26:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193560#M146690</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2008-12-19T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alf doesn't support to that file whose name start with digit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193561#M146691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;xpath: /app:company_home/cm:neb_folder/cm:a123_folder/cm:20080407_Alfresco.pdf&amp;lt;/ns1:message&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;cm:20080407_Alfresco.pdf is not a valid XML name (local names must start with a letter or underscore, they cannot start with a digit). Alfresco solves this (along with other XML-naming incompatibilities) using ISO 9075 encoding, which replaces any character that's disallowed in an XML name with its Unicode code point formatted as _xNNNN_ (where NNNN is the code-point in hexa).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the XPath segment should read cm:_x0032_0080407_Alfresco.pdf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 15:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193561#M146691</guid>
      <dc:creator>t_broyer</dc:creator>
      <dc:date>2008-12-19T15:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alf doesn't support to that file whose name start with digit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193562#M146692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&amp;nbsp; t.broyer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You mean alfresco creates xml file internaly which is having the same name as pdf file. Am i right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:26:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193562#M146692</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2008-12-24T11:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alf doesn't support to that file whose name start with digit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193563#M146693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You mean alfresco creates xml file internaly which is having the same name as pdf file. Am i right?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But an XPath runs on XML and thus is constrained by the XML syntax (run on a "virtual XML document" representing the whole system, stored in database, not in XML)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:52:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193563#M146693</guid>
      <dc:creator>t_broyer</dc:creator>
      <dc:date>2009-01-05T08:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alf doesn't support to that file whose name start with digit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193564#M146694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Space and document names must be ISO9075 encoded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating a document or space with a name that begins with a number or contains spaces in the name will cause an error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search the forums for ISO9075, this has been discussed elsewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 20:52:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193564#M146694</guid>
      <dc:creator>kumbach</dc:creator>
      <dc:date>2009-01-22T20:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alf doesn't support to that file whose name start with digit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193565#M146695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kumbach&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree from your reply. But can you please tell me why Alfresco support if first time I upload this type of file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nishant&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 05:29:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193565#M146695</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2009-01-23T05:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alf doesn't support to that file whose name start with digit</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193566#M146696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably should show us the code you are using to upload the file for an accurate response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charles Le Seac'h&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 19:29:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alf-doesn-t-support-to-that-file-whose-name-start-with-digit/m-p/193566#M146696</guid>
      <dc:creator>cleseach</dc:creator>
      <dc:date>2009-01-23T19:29:11Z</dc:date>
    </item>
  </channel>
</rss>

