Can I specify "place" options with auto-replicating XML content images?

I'm importing content into an IDCS2 publication using XML, letting ID automatically flow the content into the publication. One issue I have is that there are many images in .ai format which have crop areas specified in them (getting AI to "crop" the vector graphic nautical charts I've been given is not easily done, but that's another thread I have going in the AI forum--which is why I've resorted to establishing a crop area in .ai).
If I manually place the images, I can use the "place" dialogue box to tell ID I want it to "crop to: crop" and it works fine. But in the automatic XML workflow, ID just places the whole gigantic .ai file in the frame.
So is there some way to tell ID I want it to "crop to: crop" when importing XML content?
Thanks.

lisavs12686 wrote:
Whould it also be possible to send the sender the submited data (looking like the filled in form or so)?
not really nessecary but whould be a nice  jextra
You can but you would need to send it as an html email which is much more complicated.
What you would do is build a page/table construction like below. You would need to use the php variables to echo out the information in the <td></td> cells (example below).
$reply = $_POST['email'];
$from = '[email protected]';
$replysubject = "Auto-Reply: Website Name";
$headers  = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= "From: $from\r\nReply-to: $reply";
$replymessage = '
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Comments from Website</title>
</head>
<body>
<table>
<tr>
<td bgcolor="#ffffff" style="font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; padding: 10px 15px;">Name: </strong>'.$name.'
</td>
</tr>
</table>
</body>
</html>';
mail($reply, $replysubject, $replymessage, $headers);

Similar Messages

  • Specifying nested element with two different XML Schema

    Hello,
    I am trying to convert one xml file to another file. I figure data services would be great for this.
    My problem relates to how to have a source xml file with a certain xml schema be transformed to one of a different xml schema. I cannot build the nested elements of the target schema.
    From the source xml I only need four fields. But they need to be nested three levels in the target xml.
    Source
    <DRUG_PRODUCT_LST xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <DRUG_ITEM>
          <DRUG_PRODUCT_ID>113083</DRUG_PRODUCT_ID>
          <DIN_PDIN>2317559</DIN_PDIN>
          <HC_BRAND_NAME>PMS-SILDENAFIL</HC_BRAND_NAME>
          <HC_ATC_CODE>G04BE03</HC_ATC_CODE>
       </DRUG_ITEM>
    <DRUG_PRODUCT_LST
    Target
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <CODES>
       <CODE_TYPES>
          <CODE_TYPE>
             <COD_CODE>113083</COD_CODE>
             <COD_DESCR>PMS-SILDENAFIL</COD_DESCR>
             <COD_SOURCE>G04BE03</COD_SOURCE>
             <COD_NPSA>2317559</COD_NPSA>
          </CODE_TYPE>
       </CODE_TYPES>
    </CODES>
    I have tried using an xml pipline to unnest the source, then use a query transform to re-nest for the target. But I do not know how to specify the input schemas.

    Hello,
    I am trying to convert one xml file to another file. I figure data services would be great for this.
    My problem relates to how to have a source xml file with a certain xml schema be transformed to one of a different xml schema. I cannot build the nested elements of the target schema.
    From the source xml I only need four fields. But they need to be nested three levels in the target xml.
    Source
    <DRUG_PRODUCT_LST xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <DRUG_ITEM>
          <DRUG_PRODUCT_ID>113083</DRUG_PRODUCT_ID>
          <DIN_PDIN>2317559</DIN_PDIN>
          <HC_BRAND_NAME>PMS-SILDENAFIL</HC_BRAND_NAME>
          <HC_ATC_CODE>G04BE03</HC_ATC_CODE>
       </DRUG_ITEM>
    <DRUG_PRODUCT_LST
    Target
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <CODES>
       <CODE_TYPES>
          <CODE_TYPE>
             <COD_CODE>113083</COD_CODE>
             <COD_DESCR>PMS-SILDENAFIL</COD_DESCR>
             <COD_SOURCE>G04BE03</COD_SOURCE>
             <COD_NPSA>2317559</COD_NPSA>
          </CODE_TYPE>
       </CODE_TYPES>
    </CODES>
    I have tried using an xml pipline to unnest the source, then use a query transform to re-nest for the target. But I do not know how to specify the input schemas.

  • Can I use Oracle IPM with a third party content managemen system?

    Hello,
    Our client has a requirment to use Oracle IPM with a non-Oracle content management system. That is they don't want to Oracle UCM. Is it possible? If yes, can you please direct me to some kind of documentation.
    Any help is greatly appreciated.
    Regards
    Abhishek

    I think you should draw a scheme of your architecture for yourself.
    An A/P solution consists of:
    - scanning (hence, ODC/ODDC)
    - repository of images (IPM based on UCM)
    - workflows (BPM as a part of IPM license)
    - connector to an application (usually, Oracle EBS Adapter is used here)
    If you don't intend to use any part of the solution (e.g. you have a different ERP system than EBS, you have your own repository), you can replace it with your own parts. However, be aware that you will have take care of the integration - Oracle can integrate for you only those parts that Oracle has under control (ODC is integrated to UCM/IPM, IPM/UCM is integrated to EBS, workflows know how to call UCM/IPM services). Of course, it uses open standards (web services or RIDC), so you may implement the integration yourself.

  • Can I use "apple script" to auto input xml file to final cut pro and auto export mp4 file?

    Now, I'v a lot of  final cut pro x 's xml, I want to use ""apple script" or other method to auto input xml and output mp4 in final cut pro x . How can I finish it?

    Where did the XML come from? What did it consist of?

  • Crosstab with multiple rowset xml content

    I have multiple rowsets (xml files) which I want to calculate subtotals from.  Each xml data set has identical columns.  If I union all the files together, the xml content contains multiple rowsets and the Crosstab function does not give me a summed value of each column, but instead it creates a column for each column in each rowset.
    The Normalize and the rowset combiner transform both combine rowsets by appending the second dataset into new columns, is there any way to append the data into new rows instead?
    Because my final file is going to have something over 30,000 rows (14Mb), I am reluctant to use a repeater on each row of each file to combine it into a new rowset.  Is there an efficient way to handle this calculation?

    Sue,
    I believe that we are off on the wrong foot here...all things aside...
    Join will work for your scenario when combined with other actions for your calculation and it will be easier to maintain than a stylesheet which will be beneficial to you in the end.  Please do not be too quick to judge the solution
    As for the error message that's one for support, what was the error in the logs?
    -Sam

  • Can we specify prefix for an auto increment column

    Hi all,
    I want to create an auto increment column in oracle using oracle sequences.
    But i want to specify a prefix for the value appearing after increment.
    Prefix will remain constant.
    If we can how can i do that.
    And one more thing is i will call the sequence using a trigger only for a specified condition.My doubt here is can i allow nulls for auto incrementing column
    With Regards

    <s></s>
    -- Samples.
    create table tab1
    (id   varchar2(6) constraint p_tab1 primary key
    ,data varchar2(255)
    create sequence seq_tab1;
    create or replace
    trigger trg_tab1
    before insert on tab1
    for each row
    declare
      p_prefix varchar2(2) := 'AA';
    begin
      if (:new.id is null) then
        select p_prefix||to_char(seq_tab1.nextval,'fm0009') into :new.id from dual;
      end if;
    end
    -- Test
    SQL> insert into tab1(data) values('abc');
    1 row created.
    SQL> insert into tab1(id,data) values('BB9999','xyz');
    1 row created.
    SQL> select * from tab1;
    ID
    DATA
    AA0001
    abc
    BB9999
    xyz

  • Can't find "place" option in the dropdown menu to add an image

    I can't upload an image following the instructions on the video tutorial.  Can anyone help?  There is no "place" in the dropdown menu.  I see a "place embedded" and "place linked", which don't work.  My aim is to layer an image over existing content.
    Thank you!

    Why would you need to ADD a new Client. Unless the APE sytem is completely different then any other Wireless router the printer should get an IP address from the router. That is IF the printer is setup to get an IP from the LAN DHCP server.
    Now you may want to make that IP it does get a Staticly assign IP address so it never changes, which will screw up printing if it does change. But i don't know if you can do that with APE routers.

  • I can only sync my shuffle with auto-sync

    If I try the manual sync, the itunes shows me an error message
    I tried everything in this forum
    what can i do?
    I have a 30 gb ipod and everithing is OK, my brother has a new shuffle 2nd G and here is the problem

    So? What was the solution?

  • Can you identify the problem with my podcast xml?

    I've checked this with the suggested feed checker and all looks good yet my podcasts are not showing up in itunes (well over a week now)
    http://www.hbnradioshow.com/itunes.xml
    Any help would be greatly appreciated!
    Thank you,
    George

    Your feed appears to be OK, and when subscribed to manually in iTunes (from the 'Advanced' menu) all the episodes appear. (However the categories are obsolete: you should choose your categories from those listed here.)
    I couldn't find your podcast in the Store by searching, so as you haven't given its URL I can't check that.
    Several people have complained recently that the Store is being very slow to update new episodes: it usually takes 1-2 days but it's sometimes been a lot more, and I'm afraid that you seem to be stuck in the same problem. There isn't really anything you can do about it as your feed is OK.
    You could try iTunes Support - they often aren't as helpful as one would wish (you are likely to get a form answer telling you to update a podcast, which you already know) but possibly it's worth trying. Go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to 'Express Lane', which will guide you eventually to some contact options.

  • Can I specify a custom FilterDefinition in AlertTemplates.xml for "Any Changes" type Alert in SharePoint 2010?

    I am creating a custom alert in SharePoint 2010 against a particular document library, and so far it works pretty well (it customises the appearance of the email). 
    I now need to be able to filter the alerts so that it only sends one when the publishing level of the document in the list is Published (that is, a Major version), regardless of what option was selected by the user when creating the alert.  When
    deploying my custom alerts feature, my feature receiver updates SPAlert.Filter property for existing alerts to only send alerts on major versions, and this works perfectly (for those alerts only).
    However, I need to be able to also apply this Filter to new alerts created when the user creates an alert using the "Anything Changes" in the Send Alerts for these changes section.  In my customised AlertTemplates.xml file,
    it seems FilterDefinitions only exist for the other options, e.g. "Someone else changes a document", "Someone else changes a document created by me", etc. 
    Can a FilterDefinition be applied to an alert that is triggered on "Any Changes"?
    Cheers :)

    take a look at this link below, i guess it will help you solve your issue
    http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • Can you use Object Relational SQL to access XML content ?

    Is there a possibility to use the generated object types and collection types to conveniently access the xml data?

    Technically there is nothing to prevent you from using the object types generared when an XML Schema is registered to access and manipulate the contents of the instance documents that conform to the Schema. This would be done using the notation x.xmldata.attribute In this case x would be the object table, xmldata is the name of the instance of the SQL object type associated with the table in question.
    However we do not encourage or recommend this approach. Currently XML DB provides the application developer with DML / DDL independence. This holds true as long as you use XPATH expressions to express your DML operations. Using XPATH expressions to access the content of an XML document maintains an abstraction between the DML (XPATH) and the underlying Object Relational Storage Structure derived from the information in the corresponding XML Schema. Whereever possible, when you express a query using an XPATH expression, under the covers we attempt to re-write the query into Object Relational SQL, based on the meta data contained in the Schema, as access v
    If you use the object notation to access the content of the document you break this abstraction. Your application now needs to be aware of the physical (object relational) storage model being used to manage the instance documents.
    One of the key features of XML DB is that it allow a developer to use Schema Annotations to alter the storage model used to manage the instance documents. The most common example of this is using annotations to control the way in which collections are managed. Depending on the annotation in the schema you can store collections as a VARRAY, as a NestedTable or as a separate XMLType table. Dependong on the technique chosed the objects that are generated during the XML Schema registration process will change.
    If you use the XPATH expressions to accesss the content of your documents, and you decided to change the annotations in your schema so as to revise the way your documents are stored, XML DB will ensure your code should continue to work unchanged, regardless of which objects are generated during Schema registration. On the other hand, if you use the object notation to access the content of the documents, and then change the annotation you will have to change your code.
    I hope this clarifies the situation..

  • Mirroring Option with AppleTV and iMac

    I am interested in the mirroring option with the AppleTV.  From what I have read, only the newer macs have the capability to stream to a TV using AppleTV.  My iMac is a mid 2011 but is only running on Lion 10.7.3.  If I were to upgrade to the latest Mountain Lion (10.8.5 I think) will my computer be capable for the mirroring option?
    I do not have an AppleTV yet so I cannot test it out myself.  I want to make sure I can utilize the mirroring option with my computer before I purchase. 

    The latest Mountain Lion version is 10.8.4 but yes , you should be fine.
    Here is more About AirPlay Mirroring in OS X Mountain Lion

  • Can't burn DVD's with Tiger

    Since I installed Tiger, I can't burn DVD's using either Toast 6.1 or the native Apple burning software. I keep getting "Mismatch at byte...sector9. Verification failed." I am trying to back up a variety of files. I can burn CD's on my iBook G4, but I can't burn any DVD with any kind of content on my Pioneer. I tried PatchBurn with no success. Any suggestions? TIA. --- Dave

    My guess is your Pioneer drive is connected via Firewire or USB 2. The OS 10.4 install or updates may have caused some problem with the Firewire or USB 2 communication with the drive. Oftentimes these problems are fixed by applying Apple's Combined System Updater. In your case that is the 10.4.4 combined update. It doesn't matter if you are already running 10.4.4.
    Otherwise you may need to do an archive and reinstall of 10.4 to get the link working properly.

  • Can someone help with auto-size fields in forms?

    I created a form in Acrobat for my team members with auto-size text fields that allow to shrink the text when the field size is not large enough to show the entire text. When I then open the same form file with Adobe Reader on my machine with text that has shrunk in some field, I can see all the text and have also a scroll function when the text size has reached its lower limits and there is still more text to show.
    However, when I receive the filled out forms back from other team members' iPads (they use my template created with Acrobat), the text didn't shrink as on a PC version and the scroll function is disabled. I checked the template and the fields are correctly set to auto-size left and they do work on my PC's and laptop's Adobe Reader. But the iPad version of Adobe Reader may cause some issues.
    Can anybody help with solutions?
    Thank you!
    Klaus

    The filled version of your PDF document (20140722 Daily Meeting Report...pdf) is no longer a PDF form because it has been flattened.
    Once an interactive PDF form (such as your template version) is flattened, all form fields are replaced with images of filled data.  You can no longer interact with form fields, edit form data, or tap/click any buttons in the flattened PDF document.  That is the reason why the text in auto-size text fields did not shrink.
    When you email a PDF document (including a PDF form) in Adobe Reader for iOS, the E-mail Document dialog is displayed.
    In this particular case, your team member must have selected "Share Flattened Copy".
    If you would like to keep the interactivity of a PDF form, you can select "Share Original Document".  Please advise your team members to select the "Share Original Document" option when emailing filled forms.
    Unfortunately, once flattened, a PDF document cannot be reverted back to the original "unflattened" state.  However, if your team members still have the original filled forms, they can resend the forms with the "Share Original Document" option.
    Please let us know if you have further questions.

  • HI everybody i want to ask if you come me in help, i want to draw paths but when i use stroke options with pen or brush settings i loose quality when i zoom in , can someone help me with pen settings???

    HI everybody i want to ask if you come me in help, i want to draw paths but when i use stroke options with pen or brush settings i loose quality when i zoom in , can someone help me with pen settings???

    The work path is a vector object, and infinitely scalable, but when you stroke it, Photoshop lays pixels on a layer that follow the path.  These pixels are raster based and can not be scaled without loosing quality.  You do have options.  If you want to make the raster layer bigger, transform the work path and stroke it again.  Or work at a higher resolution in the first place.
    Incidentally, you can't stroke a Path with the Pen, because it is a Vector based tool, and stroking is a raster based function.

Maybe you are looking for

  • How do I set a Phase Listener to only run for a specific page?

    How do I set a Phase Listener to only run for a specific page? I understand that a Phase Listener runs for ever page in the application, however I want a phase listener to only run for one page at the beginning of the application. I discovered I can'

  • ICSS: authorization in SAP CRM 7.0

    Hello Experts, Is it possible to restrict via authorization acces to diffrent types of transaction in ICSS in SAP CRM 7.0? For example some clients can have acces to complaints, some to service request and some for both. Regards Piotr

  • How do I print a PDF file please?

    How can I print a PDF file I have received in an e-mail please?

  • Are Multiple Classes with Same name in a single Class valid ?

    package inheritance; interface Foo      int bar(); public class Inh6 {      class A implements Foo  // THis is the first class           public int bar()                return 1;      public int fubar(Foo foo)           return foo.bar();           pu

  • "synchronization type" in "sp_helpsubscription"

      HI everybody, i am using transactional replication, Publisher+Distributor - SQL2005 EntEd + SP2+CU11, Subscribers - SQL2005 ExpressEditionSP2.  What is the meaning of value 3 in the column "synchronization type" in a result set of procedure "sp_hel