Him, Andy,

The problem is not with this line. But you use old naming style on the
html document:

<div class="col-md-7 column">
<div ex:role="facet"
ex:facetClass="Cloud"
ex:expression=".tema_dati_gov"
ex:facetLabel="Categoria"
ex:sortMode="count"></div>
</div>

The naming must be consistent.

<div class="col-md-7 column">
<div data-ex-role="facet"
data-ex-facet-class="Cloud"
data-ex-expression=".tema_dati_gov"
...

And so




Saludos,

-- luismiguel  (@lmorillas)


2015-10-05 23:40 GMT+02:00 andy <[email protected]>:
> Hi  Luis,
> and thank you very much. It works
>
> On 5 October 2015 at 23:24, Luis Miguel Morillas <[email protected]> wrote:
>>
>> The problem is that you are mixing old and new naming style with exhibit
>> attributes. If you use old ex: naming, you must set:
>>
>> <link href="./data/dati.txt" ex:valueSeparator=";" type="text/tsv"
>> rel="exhibit/data"  ex:hasColumnTitles="true"/>
>
>
> A stupid question.
>
> If I use the code below, the old one, it works:
> <link href="./data/dati.txt"
> ex:properties="tema_dati_gov,label,formato,keywords,descrizione,ufficio,URL_pubblicazione,pagina_web"
> ex:valueSeparator=";" type="text/tsv" rel="exhibit/data"
> ex:hasColumnTitles="true" />
>
> If I use this, the new one, it does not work:
> <link href="./data/dati.txt" data-ex-value-separator=";" type="text/tsv"
> rel="exhibit-data"
> data-ex-properties="tema_dati_gov,label,formato,keywords,descrizione,ufficio,URL_pubblicazione,pagina_web"
> data-ex-has-column-titles="true"/> />
>
> But why? Is this second code not a right new exhibit 3 code?
>
> Thank you
>
>
> --
> Andrea Borruso
> website: http://blog.spaziogis.it
> GEO+ geomatica in Italia http://bit.ly/GEOplus
> 38° 7' 48" N, 13° 21' 9" E, EPSG:4326
> --
>
> "cercare e saper riconoscere chi e cosa,
>  in mezzo all’inferno, non è inferno,
> e farlo durare, e dargli spazio"
>
> Italo Calvino
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to