thank you Jeremy, I know this. Before i use the ExternalTiddlerPlugin i
used this javascript funtion.
*function escriberbi8(libro) {libro="xmlrbi8/"+libro+".xml";var cadena=new
Array();var cadcoma= new Array();var ok = 0; var ordin=1;if
(window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); }else{
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}xmlhttp.open("GET",libro,false);xmlhttp.send();xmlDoc=xmlhttp.responseXML;
var
ntit=xmlDoc.getElementsByTagName("dataroot")[0].getAttribute("nombre");var
x=xmlDoc.getElementsByTagName("parrafo");var vartext="";var vcadena="";for
(i=0;i<x.length;i++){ t1=(x[i].childNodes[0].nodeValue);
vartext+=t1;}return vartext;}*
and in the tiddler this
*<<tiddler TiddlerRbi8 with: "Gec">>*
and.
TiddlerRbi8 contains this.
*<script> texto=escriberbi8('$1'); return texto;</script>*
And the result is similar. As I have to put the text in compliance with XML
standards, and pay attention to line breaks. And this work on the PC and the
iPad too.
When I heard ExternalTiddlerPlugin saw it was easier than my way.
Put text in XML format is quite entertaining.
If you know a better way, I'll be happy about that.
Thank you Jeremy.
Sorry for my faults.
2014/1/3 Jeremy Ruston <[email protected]>
>
>> <<tiddler xmlrbi8/Gec.txt>>
>>
>> But in ipad it does nothing.
>>
>
> I'm afraid that on the iPad the filing system isn't exposed to the browser
> and thus ExternalTiddlerPlugin cannot function properly.
>
> Best wishes
>
> Jeremy
>
>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWiki" 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/tiddlywiki.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> Jeremy Ruston
> mailto:[email protected]
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/weXVstQt8S8/unsubscribe.
> To unsubscribe from this group and all its topics, 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/tiddlywiki.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" 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/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.