salarmehr
About
- Username
- salarmehr
- Joined
- Roles
- Member
Comments
-
As I posted a portion of code, such dialogs are in firefox: if(!this._doc.displayAlert(Zotero.getString("integration.replace"), Components.interfaces.zoteroIntegrationDocument.DIALOG_ICON_STOP, Components.interfaces.zoteroIntegrat…
-
I personally translated all that file to Persian, but OK and Cancel are displayed in English yet. Which line should be translated for "DIALOG_BUTTONS_OK_CANCEL" ?
-
Dose these files perform all localization? How Zotero find out a document language when its language field are empty or have not standard value? Is system language used when Zotero makes bibliography? I want each item in bibliography separ…
-
Oh!They are in C:\..\AppData\Roaming\Mozilla\Firefox\Profiles\pw1szwrx.default\extensions\pajoohyar@pajoohyar.ir\chrome\content\zotero\locale\csl
-
I am working on this page: http://sid.ir/en/ViewPaper.asp?ID=247419&varStr=1;TABIBIAN%20MANOUCHEHR,SHOLEH%20MAHSA;ARMANSHAHR;SPRING-SUMMER%202010;3;4;1;16 I want select "SPRING-SUMMER 2010; 3(4):1-16. " text using translator framework. Us…
-
@aurimas I also tried it (FW.Xpath("//div/text()").text()) it returns null
-
@aurimas. date: FW.Xpath('/html/body//table[2]/tbody/tr[1]/td/text()').text(), this returns empty string for me. Do you get no-empty result?
-
@fbennett Thanks. My concern is Translator Framework. Without it we can easily use "//div/text()" xpath for fetching B
-
@fbennett Can you please give me some code? I can not run anything in FS.Scrapper()