![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi fm11Adv Mac 10.6.4 XHTML 1.1 I have a single calc field that creates code for a static html page export field contents creates the pages, but apprantly due to FM export character encoding, the output has invisible text that screws the xhtml 1.1 document validation; I know whats going on, what I need is a simple way to produce a single page; xml/xlst stylesheet export is unfathomable. |
|
Copy and paste works just fine, but too repetitious for the project I have tried a command line approach touch ~/desktop/qq.txt open ~/desktop/qq.txt and pbpaste > ~/desktop/qq.txt but the FM copy does not transfer through the clipbaoard(s) any suggestions? |
)
#3
| |||
| |||
|
| Since the Field already contains the HTML code you want, just export it as a plain text format (tab or comma separated) and you won't get the extra garbage of the converted XML version. Helpfull Harry ) |
#4
| |||
| |||
|
|
Since the Field already contains the HTML code you want, just export it as a plain text format (tab or comma separated) and you won't get the extra garbage of the converted XML version. I have a single calc field that creates code for a static html page export field contents creates the pages, but apparantly due to FM export character encoding, the output has invisible text that screws the xhtml 1.1 document validation; I know whats going on, what I need is a simple way to produce a single page; xml/xlst stylesheet export is unfathomable. Exporting as text, embeds invisible and unrequired code, that screws the valiadation. The export as xml is just a way of illustrating the sort of code that is added even when exporting field contents as text (which is the starting point and desired method) |
|
)
#5
| |||
| |||
|
#6
| |||
| |||
|
|
"do shell script \"echo \\\""& Substitute( table::field;"¶";Char(10))& "\\\"> /Users/<your username>/Desktop/out.txt\"" |
#7
| |||
| |||
|
|
On 7/08/10 12:48 AM, Jens Teich wrote: "do shell script \"echo \\\""& Substitute( table::field;"¶";Char(10))& "\\\"> /Users/<your username>/Desktop/out.txt\"" "do shell script \"echo \\\""& Substitute( fUser::g_text;"¶";Char(10))& "\\\" > /Volumes/Data/cortical/Desktop/out.txt\"" A real number can’t go after this “"”. Unknown error -2740 changing to: /Volumes/data/cortical/Desktop/out.txt same error |
#8
| |||
| |||
|
|
105<cortical (AT) internode (DOT) on.net> writes: On 7/08/10 12:48 AM, Jens Teich wrote: "do shell script \"echo \\\""& Substitute( table::field;"¶";Char(10))& "\\\"> /Users/<your username>/Desktop/out.txt\"" "do shell script \"echo \\\""& Substitute( fUser::g_text;"¶";Char(10))& "\\\"> /Volumes/Data/cortical/Desktop/out.txt\"" A real number can’t go after this “"”. Unknown error -2740 changing to: /Volumes/data/cortical/Desktop/out.txt same error Your path /Volumes/... looks invalid. Open Terminal.app cd Desktop pwd and take result as path. Jens |
#9
| |||
| |||
|
|
On 7/08/10 3:52 PM, Jens Teich wrote: 105<cortical (AT) internode (DOT) on.net> writes: On 7/08/10 12:48 AM, Jens Teich wrote: "do shell script \"echo \\\""& Substitute( table::field;"¶";Char(10))& "\\\"> /Users/<your username>/Desktop/out.txt\"" "do shell script \"echo \\\""& Substitute( fUser::g_text;"¶";Char(10))& "\\\"> /Volumes/Data/cortical/Desktop/out.txt\"" A real number can’t go after this “"”. Unknown error -2740 changing to: /Volumes/data/cortical/Desktop/out.txt same error Your path /Volumes/... looks invalid. Open Terminal.app cd Desktop pwd and take result as path. Jens user(s) are on a separate partition 'data' imac27:desktop cortical$ pwd /Volumes/data/cortical/desktop imac27:desktop cortical$ Shell is case sensitive. |
#10
| |||
| |||
|
|
105<cortical (AT) internode (DOT) on.net> writes: On 7/08/10 3:52 PM, Jens Teich wrote: 105<cortical (AT) internode (DOT) on.net> writes: On 7/08/10 12:48 AM, Jens Teich wrote: "do shell script \"echo \\\""& Substitute( table::field;"¶";Char(10))& "\\\"> /Users/<your username>/Desktop/out.txt\"" "do shell script \"echo \\\""& Substitute( fUser::g_text;"¶";Char(10))& "\\\"> /Volumes/Data/cortical/Desktop/out.txt\"" A real number can’t go after this “"”. Unknown error -2740 changing to: /Volumes/data/cortical/Desktop/out.txt same error Your path /Volumes/... looks invalid. Open Terminal.app cd Desktop pwd and take result as path. Jens user(s) are on a separate partition 'data' imac27:desktop cortical$ pwd /Volumes/data/cortical/desktop imac27:desktop cortical$ Shell is case sensitive. Data -> data Desktop -> desktop Jens |
|
error A real number can’t go after this “"”. |
![]() |
| Thread Tools | |
| Display Modes | |
| |