Escape charecters

Hi
How can i make some of the xml message escape the '<' and '>' chareters and use &lt; &gt; instead.
my payload should look like this
<tag1> value1</tag1>
<tag2>value2</tag2>
<tag3>value3</tag3>
         &lt;tag4&gt;value4&lt;/tag4&gt;
how can i achieve this
Thanks in advance
Sudheer

Sudheer, 
Please tell me whether my below example is correct.
<Input>
<Value1> abc</Value1>
<Value2>cde</Value2>
</Input>
You want the output as
<Output>
<Value1> <b><</b>abc<b>></b></Value1>
<Value2><b><</b>cde<b>></b></Value2>
</Output>
is my assumption is correct?
Best regards,
raj.

Similar Messages

  • Export tables form Oracle8 to SQL Server 7.0

    Hello
    I use Dts (data transformation service) to export tables/data form Oracle8 to SQL Server 7.0. It seems to work fine, but somehow escape charecters like carrige return and spaces,are presented as a '' sign in SQL Server. How can I avoid this during the export of data from Oracle.(I do want to use a trigger to remove them afterwards !)Please help
    Regards Ivan

    CORRECTION !
    Bottom line should read:
    (I do NOT want to use a trigger to remove them afterwards !)
    Ivan
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Ivan Posselt ([email protected]):
    Hello
    I use Dts (data transformation service) to export tables/data form Oracle8 to SQL Server 7.0. It seems to work fine, but somehow escape charecters like carrige return and spaces,are presented as a '' sign in SQL Server. How can I avoid this during the export of data from Oracle.(I do want to use a trigger to remove them afterwards !)Please help
    Regards Ivan<HR></BLOCKQUOTE>
    null

  • Drill problem with Turkish charecters

    Hi all,
    we've a problem with turkish charecters in drill mode.
    Drill mechanism doesn't work when user select a data with turkish charecters, report show all data.
    I need your helps
    our system is BO 3.0 Edge Series

    You can change the special chars with the UNICODE values of these chars.
    For example:
    name=name.replace(/�/g,"&#304;");
    name=name.replace(/�/g,"&#350;");
    name=name.replace(/�/g,"&#286;");
    End your queryString must be as follows:
    queryString = "?name=" + escape(name) + ".........";

  • How to escape a single quote in a find mode view

    Hello,
    I'm working with JDeveloper 10g.
    I've defined a view that is used in "find mode" in a JSP.
    When a value with a single quote is inserted in a field of the search form, an exception is thrown:
    JBO-27122: SQL error during statement preparation.
    ORA-00907: missing right parenthesis.
    The problem is that the "single quote" is not being escaped:
    WHERE STREET LIKE 'ABAT ESCARRE, DE L'A'
    How could I force the view to escape the "single quote"?
    Thanks

    Arrest the single quote by calling a javascript method.
    This might help you
    Re: af:clientListener javascript function call question
    http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e12419/tagdoc/af_clientListener.html
    Edited by: Srinidhi on Mar 23, 2011 3:46 PM

  • Can I suppress HTML escaping in a read-only item?

    I have an item that is displayed as read-only. The item contains HTML markup. HTML DB seems to automatically escape special characters in the item value.
    Is there a way to suppress this?
    For example, I have a text input item with the value:
    &lt;b&gt;Hello&lt;/b&gt;
    (that is, it contains the bold elements which I want to output as is).
    HTML DB seems to be escaping the item value so I see the bold elements in the browser and what I see in the page source is: &amp;lt;b&amp;gt;Hello&amp;lt;/b&amp;gt;
    There doesn't seem to be "escape special characters" / "don't escape special characters" options for read-only mode like there is for "Display As Text" items. Can anyone suggest a workaround?
    Thanks,
    Eric

    Eric - Text input items are escaped on output whether they are read-only or not. But to answer your question generally, APEX does not emit input items of any type to the browser without escaping them unless there is a guarantee that they have been escaped on input, e.g., when passed in through the URL, or that they acquired their value from within the application. These guarantees apply only to non-POSTable item types such as Display As Text (does not save state) items and a couple others. So in short, we observe the rule (which should be observed by app developers) that it is never safe (from an XSS-protection standpoint) to emit a POSTable item without escaping it first.
    In your case, can you define a safe item type (Display as Text, does not save state) and set its source to the markup-containing item that you are now displaying as read-only? If so, you can conditionally display only the safe one and hide the other.
    Scott

  • What is escape character for for Carriage Return, Line Feed, Form Feed

    Hi
    I need to a text file which should have following characters
    Carriage Return, Line Feed, Form Feed
    How do i insert them in a string
    i know "\f" is carriage return,
    but what are characters for line feed and form feed
    Ashish

    uncle_alice wrote:
    jverd wrote:
    remus.dragos wrote:
    I forgot that it does not exist in Java. A good thing
    from my point of view.Running the following makes my computer beep.
    public class Bell {
    public static void main(String... args) {
    System.out.println("\u0007");
    Sure, sending a BEL character to the console rings the bell, but that has nothing to do with Java. Anyway, I think he meant Java doesn't support the \a escape sequence in string and char literals.
    >
    >
    >I forgot that it does not exist in Java. A good thing
    from my point of view.
    Running the following makes my computer beep.
    public class Bell {
    public static void main(String... args) {
    System.out.println("\u0007");
    } Sure, sending a BEL character to the console rings the bell, but that has nothing to do with Java. Anyway, I think he meant Java doesn't support the \a escape sequence in string and char literals.
    Ah, I thought he was saying Java doesn't support ringing the bell.

  • [SOLVED] Problem with shell and escape colors

    Ok, here what I do
    [danbst@localhost ppp]$ export | grep ps -i
    declare -x PS1="[\\u@\\h \\W]\\\$ "
    declare -x PS2="> "
    declare -x PS3="> "
    declare -x PS4="+ "
    [danbst@localhost ppp]$ export PS1="[\\u \033[0m @\\h \\W]\\\$ "
    [danbst @localhost ppp]$
    [danbst @localhost ppp]$
    [danbst @localhost ppp]$
    [danbst @localhost ppp]$ expo
    [danbst @localhost ppp]$ expo
    [danbst @localhost ppp]$
    [danbst @localhost ppp]$ expoexport PS1="[\\u \033[0m @\\h \\W]\\\$ "
    [danbst @localhost ppp]$
    U can see some "expo" in console. How I've done that?
    press UP arrow, then down
    4 chars from command history stay there
    when I press UP again, this 4 chars stay still. shit.
    My guess is prompt counts escape color chars, \033[0m - total 4 chars so length is sized.
    Have anybody had this? Do anybody know how to repair?
    Last edited by danbst (2011-02-12 21:54:25)

    I think it's just a glitch in redrawing the screen. '\033[0m' is the reset code, but you haven't set anything :-)
    If you want a yellow prompt, try
    PS1='\[\e[0;33m\][\u@\h \W]\$\[\e[0m\] '
    You can add spaces if you like:
    PS1='\[\e[0;33m\][\u @\h \W]\$\[\e[0m\] '
    Of course you can
    export PS1="[\\u@\\h \\W]\\\$ "
    to return to your old prompt.
    References:
    https://wiki.archlinux.org/index.php/Color_Bash_Prompt
    http://ascii-table.com/ansi-escape-sequences.php
    Last edited by karol (2011-02-12 21:12:18)

  • We just moved from the United States to Costa Rica.  The first two days my mac worked great.  Then all of a sudden I was trying to use a game application and the screen went black and there is a white cursor which I can move around, but I can't escape it

    We just moved from the United States to Costa Rica.  The first two days my mac worked great.  Then all of a sudden I was trying to use a game application and the screen went black and there is a white cursor which I can move around, but I can't escape it. When I restart it seems okay and I see my main screen, but only for a second and then it goes black again. 
    This computer was brand new in June.  Is it the humidity???   What can I do.  Please help!!!!

    No guarantess but try smc and pram resets,

  • F keys stop working, can't quit, restart, control-option-escape doesn't wor

    Weirdness. I tried to lower the volume on iTunes and the F key didn't work. Then I tried to change the brightness. Nothing. I then tried to restart using the menu choice under the Apple. Nada. Tried to quit using the menu, nothing. Tried control-option-escape. The window wouldn't come up. After doing this some more I'd get at least the square under the Apple to be highlighted after I asked it to either restart or quit but nothing would happen. I could quit apps but not start them. Their icons would bounce on the Dock but they wouldn't start up. Finally I hit the power button and it shut down. After restart, nothing was in the trash.
    I had iTunes, Eudora and the latest Camino open when this happened.
    Please see this other thread for perhaps more insight on what is going on with this computer recently.
    http://discussions.apple.com/thread.jspa?threadID=2288089&tstart=0
    Thanks for any help.
    Cheers,
    John L

    Thanks.
    All seems well now.
    Why did I need to do this? Did the Geek Squad set things up incorrectly or was it my bringing some Library files over from an old backup? I exchanged or added some files in both my User and the root Library folders but only files I had a clue might be useful. Things like files from the Application support folder for apps I knew I wanted to set up with my old settings. I avoided replacing any file/folder that I thought might be better to leave alone. I don't remember all the files/folders I brought over but I could dig up some info if you'd like. I did let some apps be installed from their discs or downloaded new ones.
    Here's the Applejack log:
    **************** Wed Jan 13 18:28:03 EST 2010: NEW LOG STARTED ****************
    ******************************************************************** * AppleJack 1.5, Revision: 1.123 * * Copyright (c) 2002-8 Kristofer Widholm, The Apotek * Wed Jan 13 18:28:03 EST 2010. Gathering information... Running in automatic mode, deep clean on, with manual exit - User ID: 0, NAME: root || - OS Version: 10.4.11 - Looking for virtual memory directory in /etc/rc - Virtual memory directory appears to be /private/var/vm. - Local root filesystem is journaled AppleJack will repair disks in 10 seconds. Disk repair Success! Either your disk had no errors, or it was repaired successfully. Done with disk repairs -0- AppleJack will repair permissions in 10 seconds. Permissions repair Let's mount the startup file system for write access...
    Done.
    Checking for /tmp directory:
    /tmp directory exists.
    Done.
    Configuring minimal Tiger services...
    Done. -0-
    Started verify/repair permissions on disk disk0s3 Powerbook 2 G4:OSX
    Determining correct file permissions.
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AboutBox.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AboutBox.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AboutBox.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AddBookmark.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AddBookmark.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AddBookmark.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AppPreferences.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AppPreferences.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/AppPreferences.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/CCLineWindow.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/CCLineWindow.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/CCLineWindow.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/CCPageWindow.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/CCPageWindow.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/CCPageWindow.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipPanelBookmarks.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipPanelBookmarks.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipPanelBookmarks.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipPanelVideoClips.nib/objects.xib , should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipPanelVideoClips.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipPanelVideoClips.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipWindow.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipWindow.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ClipWindow.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ContextualMenus.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ContextualMenus.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/ContextualMenus.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DVDHorController.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DVDHorController.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DVDHorController.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DVDVerController.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DVDVerController.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DVDVerController.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscInfo.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscInfo.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscInfo.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscInfoPanel.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscInfoPanel.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscInfoPanel.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscJacketPicturePanel.nib/objects. xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscJacketPicturePanel.nib/objects. xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscJacketPicturePanel.nib/objects. xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscRegionsPanel.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscRegionsPanel.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DiscRegionsPanel.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DockMenu.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DockMenu.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/DockMenu.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/HybridDiscDialog.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/HybridDiscDialog.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/HybridDiscDialog.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/LastPlay.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/LastPlay.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/LastPlay.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/MenuBar.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/MenuBar.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/MenuBar.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/NavigatorDashboard.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/NavigatorDashboard.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/NavigatorDashboard.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsDashboard.nib/objects .xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsDashboard.nib/objects .xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsDashboard.nib/objects .xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelColor.nib/object s.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelColor.nib/object s.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelColor.nib/object s.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelEQ.nib/objects.x ib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelEQ.nib/objects.x ib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelEQ.nib/objects.x ib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelZoom.nib/objects .xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelZoom.nib/objects .xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PlayerSettingsPanelZoom.nib/objects .xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelDisc.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelDisc.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelDisc.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelFullScreen.nib/objects.xi b, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelFullScreen.nib/objects.xi b
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelFullScreen.nib/objects.xi b
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelHD.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelHD.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelHD.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelPlayer.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelPlayer.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelPlayer.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelPreviouslyViewed.nib/obje cts.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelPreviouslyViewed.nib/obje cts.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelPreviouslyViewed.nib/obje cts.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelWindow.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelWindow.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/PrefsPanelWindow.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/RegionChange.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/RegionChange.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/RegionChange.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SettingNameDlg.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SettingNameDlg.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SettingNameDlg.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SettingNameSheet.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SettingNameSheet.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SettingNameSheet.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/StatusWindow.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/StatusWindow.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/StatusWindow.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SupportedFeaturesWindow.nib/objects .xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SupportedFeaturesWindow.nib/objects .xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/SupportedFeaturesWindow.nib/objects .xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/TimerSettings.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/TimerSettings.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/TimerSettings.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/VideoClip.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/VideoClip.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/VideoClip.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/English.lproj/Viewer.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/Viewer.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/English.lproj/Viewer.nib/objects.xib
    Permissions differ on ./Applications/DVD Player.app/Contents/Resources/FadeWind.nib/objects.xib, should be -rw-rw-r-- , they are -rwxrwxr-x
    Owner and group corrected on ./Applications/DVD Player.app/Contents/Resources/FadeWind.nib/objects.xib
    Permissions corrected on ./Applications/DVD Player.app/Contents/Resources/FadeWind.nib/objects.xib
    Permissions differ on ./Library/Widgets, should be drwxr-xr-x , they are drwxrwxr-x
    Owner and group corrected on ./Library/Widgets
    Permissions corrected on ./Library/Widgets
    Permissions differ on ./System/Library/User Template, should be drwx------ , they are drwxr-xr-x
    Owner and group corrected on ./System/Library/User Template
    Permissions corrected on ./System/Library/User Template
    Permissions differ on ./private/var/log/secure.log, should be -rw------- , they are -rw-r-----
    Owner and group corrected on ./private/var/log/secure.log
    Permissions corrected on ./private/var/log/secure.log
    Group differs on ./usr/bin/fetchmail, should be 0, group is 6
    Permissions differ on ./usr/bin/fetchmail, should be -rwxr-xr-x , they are -rwxr-sr-x
    Owner and group corrected on ./usr/bin/fetchmail
    Permissions corrected on ./usr/bin/fetchmail
    Permissions differ on ./usr/lib/system/libmathCommon.A.dylib, should be -r-xr-xr-x , they are -rwxr-xr-x
    Owner and group corrected on ./usr/lib/system/libmathCommon.A.dylib
    Permissions corrected on ./usr/lib/system/libmathCommon.A.dylib
    Permissions differ on ./usr/libexec/dumpemacs, should be -r-sr-xr-x , they are -r-xr-xr-x
    Owner and group corrected on ./usr/libexec/dumpemacs
    Permissions corrected on ./usr/libexec/dumpemacs
    The privileges have been verified or repaired on the selected volume
    Verify/repair finished permissions on disk disk0s3 Powerbook 2 G4:OSX
    Permissions have been repaired. -0-
    AppleJack will cleanup cache files in 10 seconds.
    Cache file cleanup
    Removing system cache files:
    /System/Library/Caches/com.apple.ATS.System.fcache
    /System/Library/Caches/com.apple.ATSServer_System.fodb
    /System/Library/Caches/com.apple.Components2.SystemCache.Components
    /System/Library/Caches/com.apple.Components2.SystemCache.QuickTimeComponents
    /System/Library/Caches/com.apple.IntlDataCache
    /System/Library/Caches/com.apple.IntlDataCache.kbdx
    /System/Library/Caches/com.apple.IntlDataCache.sbdl
    /System/Library/Caches/com.apple.IntlDataCache.tecx
    /System/Library/Caches/com.apple.bootxsignature
    /System/Library/Caches/com.apple.kernelcaches/kernelcache.F7ED0FF0
    /System/Library/Caches/com.apple.kernelcaches
    /System/Library/Caches/fontTablesAnnex
    /Library/Caches/Desktop Pictures/501.4271380
    /Library/Caches/Desktop Pictures/501.59400001
    /Library/Caches/Desktop Pictures
    /Library/Caches/Google/SoftwareUpdates/manifest.xml
    /Library/Caches/Google/SoftwareUpdates
    /Library/Caches/Google
    /Library/Caches/com.apple.ATS/501/annex.db
    /Library/Caches/com.apple.ATS/501/annex_aux
    /Library/Caches/com.apple.ATS/501/filetoken.db
    /Library/Caches/com.apple.ATS/501/fonts.db
    /Library/Caches/com.apple.ATS/501/Local.fcache
    /Library/Caches/com.apple.ATS/501/qdfams.db
    /Library/Caches/com.apple.ATS/501/System.fcache
    /Library/Caches/com.apple.ATS/501/User.fcache
    /Library/Caches/com.apple.ATS/501
    /Library/Caches/com.apple.ATS/System/annex.db
    /Library/Caches/com.apple.ATS/System/annex_aux
    /Library/Caches/com.apple.ATS/System/filetoken.db
    /Library/Caches/com.apple.ATS/System/fonts.db
    /Library/Caches/com.apple.ATS/System/qdfams.db
    /Library/Caches/com.apple.ATS/System
    /Library/Caches/com.apple.ATS
    /Library/Caches/com.apple.Components2.LocalCache.AudioComponents
    /Library/Caches/com.apple.Components2.LocalCache.Components
    /Library/Caches/com.apple.Components2.LocalCache.QuickTimeComponents
    /Library/Caches/com.apple.ImageCaptureExtension2.ICADeviceDatabase.501
    /Library/Caches/com.apple.IntlDataCache.4294967294
    /Library/Caches/com.apple.IntlDataCache.501
    /Library/Caches/com.apple.IntlDataCache.92
    /Library/Caches/com.apple.IntlDataCache.sbdl.4294967294
    /Library/Caches/com.apple.IntlDataCache.sbdl.501
    /Library/Caches/com.apple.IntlDataCache.sbdl.92
    /Library/Caches/com.apple.IntlDataCache.taid.501
    /Library/Caches/com.apple.LaunchServices-0140.csstore
    /Library/Caches/com.apple.LaunchServices-014501.csstore
    /Library/Caches/com.apple.QuickTime.StreamingBandwidth
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/06/24/061-2242/TLFnnW PZmjbXBjsx5zSPdRxxqH869Nfchv
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/06/24/061-2242
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/06/24
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/06
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/11/29/061-4293/7yMZFB kHXyRh7FvyTbxh29TrKtqc3qW8pt
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/11/29/061-4293
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/11/29
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/11
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/12/25/061-5597/2wBWRF 22Lc4p4gKGhWfwv838kpHPgRvgM6
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/12/25/061-5597
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/12/25
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/12/47/061-4492/Mtdf6C dVTfvPJdBLmhMypfX4yhySrBPC44
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/12/47/061-4492
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/12/47
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/12
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/13/10/061-2828/rhxTG6 vG9ZNgc3Bnc4nWJTyZ38q8YzgPgd
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/13/10/061-2828
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/13/10
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/13
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/14/31/061-4471/hqHbzH LQ9cN25y6cx9CsXYqHXnB5cKSL8j
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/14/31/061-4471
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/14/31
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/14
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/21/36/061-6741/PkfyCN 3R3Ph8hHBvyPFqX3St7mJ8h536ph
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/21/36/061-6741
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/21/36
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/21
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/33/33/061-7196/d2yNwS VPxXZZpKKdz9R9L2TDc8JFNSN3SL
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/33/33/061-7196
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/33/33
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/33
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/35/23/zz061-7099/WBng StTWccChjnKtWH75V3NLHMx7XSB5cx
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/35/23/zz061-7099
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/35/23
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/35
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/37/29/061-6615/Nqfgpx 7f9T3Gs26LhBkcvHPNfNzcxKHK9w
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/37/29/061-6615
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/37/29
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/37
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/46/14/061-4072/HF4h43 Pg5Z3NXyhgfYZkQZrb3yw77SpPgr
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/46/14/061-4072
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/46/14
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/46
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/52/58/061-5569/cHPS9s SK8xnNz96PP3kwLhx5r4rL53ZhKz
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/52/58/061-5569
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/52/58
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/52
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/56/01/061-3866/tM3vRn 99ymsCMZ44MxRSzWCYZGfZvTQnqS
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/56/01/061-3866
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/56/01
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/56
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/00/061-7331/HqBxWr kM88VDmXRjBrzK4VKWz9LL9DMQ4X
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/00/061-7331
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/00
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/10/061-5622/XSm9Kp fF4LM832hXpwGyBFzH5dks5NDcry
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/10/061-5622
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/10
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/20/061-6152/xBbP2t s6vwmDfsfyBqHxL7hMx6WVhYkdjL
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/20/061-6152
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/20
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/23/061-5907/HyzvXP Kt4mRh4gd3N4TngbbJSmmDHCYXBX
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/23/061-5907
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57/23
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/57
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/59/15/061-4088/8HwQP9 P5j7dJGHgmc73FvCnbKTZqXJLgZH
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/59/15/061-4088
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/59/15
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads/59
    /Library/Caches/com.apple.SoftwareUpdate/content/downloads
    /Library/Caches/com.apple.SoftwareUpdate/content
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/17/35 /061-1820/m8n9YPWxTKR5cKS45446BRjL56vPccjPmV
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/17/35 /061-1820
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/17/35
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/17
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/24/11 /061-2079/BVJLxKtdDsGcjdJHF4zv4RhmsDzK79SJfk
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/24/11 /061-2079
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/24/11
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/24
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/41/37 /061-1904/9BRsZ9YRwK6FWDL5YhBSFQXwdj4GfsRp3t
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/41/37 /061-1904
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/41/37
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/41
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/43/02 /zzz061-3465/fTqCvXWszd59dvPcX54s22WLy8bNg72MZr
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/43/02 /zzz061-3465
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/43/02
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/43
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/46/63 /061-2071/3bW2nCmk6h4ckp5WstM2Qbw5pZKW56j7hG
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/46/63 /061-2071
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/46/63
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/46
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/53/37 /061-1774/DTwHtp4pjSzQpqTcX5T7SWspDm7GCv6PP2
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/53/37 /061-1774
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/53/37
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/53
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/62/29 /061-1739/XLv5JNNjRz4v37y6D8WwTb3N2d2j3nFZ78
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/62/29 /061-1739
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/62/29
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads/62
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content/downloads
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com/content
    /Library/Caches/com.apple.SoftwareUpdate/swcdn.apple.com
    /Library/Caches/com.apple.SoftwareUpdate
    /Library/Caches/com.apple.colorsync.profiles.501
    /Library/Caches/com.apple.colorsync.profiles.92
    /Library/Caches/com.apple.dock.iconcache.501
    /private/var/db/volinfo.database
    /private/var/db/BootCache.playlist
    /System/Library/Extensions.kextcache
    /System/Library/Extensions.mkext
    Done removing system cache files.
    Done with cache file clean up task.
    AppleJack will validate preference files in 10 seconds.
    Validating preference files
    Root file system already mounted. Continue.
    Checking mach init preference files (/etc/mach_init.d)):
    Done. -0-
    Checking root preference files (/var/root/Library/Preferences)):
    Done. -0-
    Checking system preference files (/Library/Preferences)):
    Done. -0-
    AppleJack will clean up virtual memory in 10 seconds.
    Virtual memory cleanup
    Removing swap files:
    /private/var/vm/swapfile0
    Done.
    Removing VM working sets:
    Done.
    Exiting the script.
    Restarting john-lippincotts-powerbook58.local
    ********************* GOODBYE FROM APPLEJACK *********************

  • Escape single quote from a String variable

    Hi,
    I have a String variable called "name" which i am using in my form tag.
    <form name=test action="test.jsp?fname=<%=name%>" method="post">
    But i am getting Javascript error if the "name" variable contains a string with some special characters like single quote( ' ).
    Plz help me to escape this special char from my String variable.
    Thanks..

    You need to url-encode the value using the URLEncoder class.
    http://java.sun.com/javase/6/docs/api/java/net/URLEncoder.html
    For example:
    <form name=test action="test.jsp?fname=<%=URLEncoder.encode(name, "ISO-8859-1")%>" method="post">

  • Single Quote Escaping in ColdFusion 8

    Recently we've begun migrating some sites to ColdFusion 8
    from earlier versions of ColdFusion. We've found the following
    quirk when inserting data into an SQL database.
    <cfset value = "Two single quotes '' and one single quote
    ' in the same line does not insert as expected." />
    <cfquery datasource="#datasource#">
    UPDATE Record
    SET field = '#value#'
    </cfquery>
    Running the code above updated the record in the database to
    be "Two single quotes ' and one single quote ' in the same line
    does not insert as expected." In this case it did not escape the
    two single quotes together so only one sigle quote was entered
    there, but where the single quote was by itself it was properly
    escaped and entered into the database record. I would have expected
    the code above to be entered into the database as "Two single
    quotes '' and one single quote ' in the same line does not insert
    as expected." where all single quotes in the string were escaped.
    Has anyone else encountered this problem, and know of a way
    to correct it? The exact same query works as exprected in previous
    versions of ColdFusion. Manually changing all of the existing
    queries on the site to manually escape the single quotes would be
    an incredibly time consuming process, so I'm hoping that there is
    another way around the problem.

    quote:
    Originally posted by:
    swg_mcherry
    Recently we've begun migrating some sites to ColdFusion 8
    from earlier versions of ColdFusion. We've found the following
    quirk when inserting data into an SQL database.
    <cfset value = "Two single quotes '' and one single quote
    ' in the same line does not insert as expected." />
    <cfquery datasource="#datasource#">
    UPDATE Record
    SET field = '#value#'
    </cfquery>
    Running the code above updated the record in the database to
    be "Two single quotes ' and one single quote ' in the same line
    does not insert as expected." In this case it did not escape the
    two single quotes together so only one sigle quote was entered
    there, but where the single quote was by itself it was properly
    escaped and entered into the database record. I would have expected
    the code above to be entered into the database as "Two single
    quotes '' and one single quote ' in the same line does not insert
    as expected." where all single quotes in the string were escaped.
    Has anyone else encountered this problem, and know of a way
    to correct it? The exact same query works as exprected in previous
    versions of ColdFusion. Manually changing all of the existing
    queries on the site to manually escape the single quotes would be
    an incredibly time consuming process, so I'm hoping that there is
    another way around the problem.
    With that specific example, let's say value = O'Hara. This is
    what I have noticed over time.
    set field = '#value#' would crash because your database would
    see 3 single quotes.
    set field = '#replace(value, "'", "''", "all")#' would work,
    but your database record would be O'Hara, not O''Hara as you said
    you would expect.

  • IR Report "Link" Attibute Custom URL Escape : (colon) Character

    <h2>I am running Apex 4.0.2 and have an interactive report page 242 with a result set.</h2>
    Scenario
    In the "Report Attributes" "Link" settings I want to link the report to a 'Custom URL' target to take the user from this IR Report Page 242 to page 243 to a 'Single Record Data Entry Form'
    I am setting the value of the custom url target as:
    f?p=&APP_ID.:243:&SESSION.::&DEBUG.:243:P243_NAME,P243_DESCRIPTION,P243_LOCATION:#SOURCE_NAME#,#DESCRIPTION#,#LOCATION#:The P243_LOCATION column, however, has a ':' colon and a '.' values in the database column itself with a value of *'jdbc:Host123.abcd'*
    When the user clicks on the link the FULL location column is truncated before the ':' - OBVIOUSLY due to ':' being the paremeter separator column in apex
    So, the #LOCATION# value on Page 242 IR Report containing a value of *'jdbc:Host123.abcd'* is trunced on the called page 243 as 'jdbc' only and truncated prior to the ':' value contained in the field.
    Question:
    HOW Can I build the above URL so that the ':' can be visible on the Page 243 form field? with the full value passed into the called page with a value of: *'jdbc:Host123.abcd'* ?
    I tried the SYS.htf_esc(#LOCATION#) around the calling URL above, but doesn't work as expected.
    Any advice is greatly appreciated.
    VSK

    Hi,
    You can not escape colons but you can pass commas in the url. Enclose the item value in \item_value\ to escape the "," in the item value . For colons, I would suggest creating a hidden field in the source report with SQL REPLACE function and replace all the colons with any other character like ||. Then you can use the same replace function on the target page to match with the new item value.
    Hope it helps. Thanks.
    Regards,
    Manish

  • Print in text mode to detect escape sequences

    Hello,
    We have got an issu, on our .NET print program using Crystal 12 SP3. The issue has concequences on :
    - Barcode print on matrix printer
    - Barcode print on thermal printer
    - Other commands send to a FAX printer driver
    Using the SDK, the print driver receives print data in graphical print mode, but it has to be text mode for the printer driver to detect the correct escape sequences. The escapes sequences are used by the driver to switch the font or receive a command.
    Is there a way to force the print in text mode ?
    The same report printed from Crystal Reports 2008 SP 3 "works", but not from the .NET sdk.
    Here is a little example. We made a simple Report, containing 2 simple Text Objects :
    Code Barres $ [ /
    +$$;111;6;1;1;0;2 z +
    $$?0h0123456789$$?0/
    We redirected the print driver spool in a file. Here are the outputs :
    Printed from Crystal Report 2008 :
    [0;4 r+<[3;031w[3;032w[7s2CH
    x[1;2xF5-
    JÃ$Code Barres $ [ /
    J-$$$;111;6;1;1;0;2 z
    J$$$?0h0123456789$$?0/@[0;4 r
    Printed from .Net application using Crystal Report 2008 SDK :
    [0;4 r+<[3;031w[3;032w[7s2CH
    x
    JÅ$*'úø u20AC u20AC u20AC u20AC u20AC<|u201Au20ACu20ACu20ACu20ACu20ACu20ACu201A||u201Au20ACu20ACu20ACu20ACu20ACA@u201Aÿu20ACu20ACu20AC|u2019u20ACu20ACu20ACu20ACu20ACu20ACu2018r u20AC u20AC?ÿu20AC @u20AC @u20AC @u20AC @u20AC @u20AC @u20AC u20AC!u20AC u20AC u20AC u20AC u20AC!"ÿu20ACu20ACu20ACu20ACu20ACu20ACÿu20ACu20ACu20ACu20ACu20ACu20ACu20ACu20ACu20ACu20ACÿu20ACu20ACu20ACu20ACu20ACu20ACu20AC|u2019u20ACu20ACu20ACu20ACu20ACu20ACu2018ru20ACÁ! u20AC u20AC u20AC u20AC u20ACŽu201A u201A u0192ààu201A BBD8ÿð@@@`u20AC`u20AC0À
    J-*'7u201A u201A u0192ààu201A BBD8u201A u201A u0192ààu201A BBD8`àu2021u20ACu2021u201Eu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20AC`àu2021u20ACu2021u201Eu20ACø>A u20ACu20AC!u20ACAu20ACAu20ACA@Ã@<`àu2021u20ACu2021u201Eu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20AC`àu2021u20ACu2021u201Eu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20AC`àu2021u20ACu2021u201Eu20ACü @u20AC@u20AC@u20AC ø`àu2021u20ACu2021u201Eu20ACu20ACu20AC u20AC@u20AC@u20AC@ u20AC@@u20AC@u20ACu20AC!u20ACu20ACu20ACu20ACu20ACu20ACu20AC u20AC@u20ACu20ACu20ACu20ACu20AC
    J*'Tu201A u201A u0192ààu201A BBD8u201A u201A u0192ààu201A BBD8  u20AC 1u20AC Au20AC Au20ACu20ACü @u20AC@u20AC@u20AC ø@u20AC@u20ACÿu20ACu20ACu20ACu20ACu20ACu20ACÿu20ACu20ACu20ACü @u20AC@u20AC@u20AC øu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20ACu20ACu20AC u20AC@u20AC@u20AC@ u20AC@@u20AC@u20ACu20AC!u20ACu20AC u20AC@u20AC@u20ACu20AC@u20ACu20AC@u20ACu20AC!A#xu02C6<u20AC@u20AC@u20ACÿu20ACu20ACu20AC@Au20ACAu20ACAu20ACAu20ACAu0192|ø>A u20ACu20AC!u20ACAu20ACAu20ACA@Ã@<p@@@@@u20AC@8AÀNp>!A@u20ACu20AC@u20ACu20AC@u20ACu20AC@u20ACu20AC@u20ACu20AC!A>u20ACu20AC @u20AC@ u20AC@ u20AC@ u20AC@! Bu0152ðu201A u201A u0192ààu201A BBD8u201A u201A u0192ààu201A BBD8  u20AC 1u20AC Au20AC Au20ACu20ACü @u20AC@u20AC@u20AC ø`u20AC`u20AC0À@[0;4 r
    As you can see above, the characters contained in the report are sent "as this" in the print driver from Crystal Reports 2008. But the pixels represention of the characters are sent from the .Net SDK.

    Hello,
    thank you for your answer.
    I forgot to add the 2008 com+ API output, that is exactly the same as Crystal Report 2008.
    - From Crystal Reports 2008 : WORKS
    - From a program using the 2008 com+ Runtime API : WORKS
    - From a program using the 2008 .Net Runtime API : DON'T WORK
    You wrote that all the runtime print engine sends to the printer is essentially a picture. But It do send text using the com+ API.
    Should I understand : The .Net runtime print engine can't send text ?

  • My mail, which used to work, comes up with a blank page, with no escape.i no longer connects to to the internet as it once did.

    My email, which used to work, now comes up with a blank page, with no escape.

    Wayne-
    Can you get back to the home page?  If so, double click on the Home button and a row of recent Apps will line up along the bottom of the screen.  Scroll across and look for the Mail icon.  Press and hold on it until it starts to wiggle.  A red minus sign should appear on each icon.  Press the minus sign on the Mail App to remove it from the list of recent Apps.  This will stop it from running in the background.
    If you can not get back to the home page, try to reboot the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad should restart in a couple of minutes.
    Fred

  • How to escape the single quote from email value?

    Hi,
    Is there any way to escape the special character single quote from the email value.
           String ownerQry = "Select Id, email from User where email in('0000'";
            for(int i=0; i<accountData.length; i++)
                ownerQry += ",'" + accountData.TEAM_EMAIL+"'";
    ownerQry += ")";
    QueryResult qrTeam = sfdcCtrl.query(ownerQry);
    When i tried to set the email value on a custom object, its throwing the error as below  and failed to update. <xml-fragment xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.enterprise.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><faultcode>sf:MALFORMED_QUERY</faultcode><faultstring>MALFORMED_QUERY:
    '[email protected]','brenden.o'[email protected]','[email protected]'
    ^ ERROR at Row:1:Column:963 expecting a right parentheses, found 'connor'</faultstring><detail><sf:fault xsi:type="sf:MalformedQueryFault" xmlns:sf="urn:fault.enterprise.soap.sforce.com"><sf:exceptionCode xmlns:sf="urn:fault.enterprise.soap.sforce.com">MALFORMED_QUERY</sf:exceptionCode><sf:exceptionMessage xmlns:sf="urn:fault.enterprise.soap.sforce.com">
    '[email protected]','brenden.o'[email protected]','[email protected]'
    ^ ERROR at Row:1:Column:963 expecting a right parentheses, found 'connor'</sf:exceptionMessage><sf:row xmlns:sf="urn:fault.enterprise.soap.sforce.com">1</sf:row><sf:column xmlns:sf="urn:fault.enterprise.soap.sforce.com">963</sf:column></sf:fault></detail></xml-fragment>

    Thanks Dr.Clap.
    I think its very tricky to implement this.
    Here is the SOQL query. i am passing all the email values.
    Select Id, email from User where email in('0000','o\'[email protected]','[email protected]')
    These values are coming from oracle DB table in the form of array accountData[].TEAM_EMAIL
            String ownerQry = "Select Id, email from User where email in('0000'";
            for(int i=0; i<accountData.length; i++)
               ownerQry += ",'" + accountData.TEAM_EMAIL+"'";
    ownerQry += ")";the array value may contain the email with single quote before @gmail.com which i need to ignore. :-( i think this is very tricky. who knows the solution for this?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for