Structure App Designer Setup for Schemas

Fellow Forum Members,
My stylesheets are 31 separate FO-XSL files. There is one MAIN XSL file that contains links to all 30 XSL files.  It's the only file that needs to be pointed to using a directory path.
In addition, I do not have a single  DTD.file. Instead the S1000D_4-0-1 folder contains 16 FOS files, 51 XSD files, and 16 DCF files.
Can anyone out there please provide a brief overview on how I'm suppose to setup all my Schema and Stylesheet files to the dialog window shown below:
In what field do I insert my path to my MAIN FO-XSL stylesheet file? The word "Stylesheet" doesn't show anywhere in the dialog window?
Also how do I setup the multitude of files within my S1000D_4-0-1 folder?  Do all of thes files need to be converted into EDD files?  I don't see any field in the S.A.D. dialog window that will allow me to define a path to all of my S1000D_4-0-1 schema files.
Any help will be greatly appreciated.

Hi Binar...
I'm not clear on what you're expecting from FrameMaker in this situation. XSL-FO stylesheets are typically used to create page-formatted output (PDF and other). If you've got these stylesheets, you don't really need FrameMaker (although FrameMaker will do a far better job than FO can).
While there may be some way to set up a structured application to kick off a "build" of your stylesheets, you'll likely need to work closely with a consultant who understands the way structure applications work. The Structure Application Designer is poorly documented and isn't probably what you should be using .. read the Structure Application Developer's Guide to learn how to set them up via the file system instead. This is a very edge case .. possibly the only one like it, so you're not likely to hear from someone else who has done this before.
In general, you'd use a build scripting language like Ant to set up an XSL-FO based build process.
Good luck!
...scott

Similar Messages

  • I am a teacher that uses the iPad in the classroom.  I have an itunes account setup for my classroom without a credit card listed. Is there anyway for me to purchase apps to use in the classroom with a Purchase Order?

    I am a teacher that uses the iPad in the classroom.  I have an itunes account setup for my classroom without a credit card listed. Is there anyway for me to purchase apps to use in the classroom with a Purchase Order?

    (Being sarcastic - its because only the US is big or important enough to warrant volume licensing....)
    At this time, until Apple decides to release volume licensing structures outside of the US the only solution would be to use your purchase orders with a company that sells the iTunes Vouchers and redeem those.
    However - even then its hard to stay on the right side of the EULA when the terms are all couched in reference to "Personal Use"
    I have spoken to some developers in the past about educational discounts, or even support for proxies, and wasn't really impressed with their answers.   But hey - even Adobe has trouble with proxies and consistent approaches - we can't expect independent developers to be able to match the same capabilities...

  • ICloud setup for Family to only share Apps

    Okay, so I've tried reading through several different articles to figure this out but I'm not getting anywhere so I'm hoping there's somewhere here with a similiar setup that can just give the basic setup. So here's what I want to do, I want to be able to setup icloud on each of my families devices so they are backed up into their own accounts but I also want to make sure that App's are shared across the devices. Here's the setup that I have:
    1. For Myself I have an iPhone and a iMac
    2. My wife has an iPhone and a Macbook
    3. My son has a iPad
    Now right now everyone is linked up to my Apple ID since that's the account in which all the Apps are purchased and the billing information is linked up to. I want to setup each device with an icloud account as well so our informaiton can be backed up but I don't want information crossed over between devices (for example I don't want all the contacts from my wife's phone on my phone nor do I want our messages sharted on my son's iPad). I'm not sure on how I can go about this since right now each device is hooked up to my Apple ID (so we can use the Find my iPhone app as well for each device) so I don't know if I create a separate account for everyone if that will still work or if I need to know each login and password. I also want to setup a icloud e-mail account that I can use for the iMac and my iPhone only, and the same setup for my wife and her Macbook. Any help would be great, thanks.

    To avoid sharing and merging your iCloud data, you will need to put each person's devices on a separate iCloud account with a separate ID.  You can continue to all share the same ID for iTunes; it does not need to be the same as the ID you use for iCloud.
    Creating separate accounts will keep everyone's iCloud data separated, and give each person's devices their own 5GB of free storage for their device backups, and a separate iCloud email account/address.  However, Find My iPhone (iPad, iPod, Mac) is tied to the iCloud ID so they cannot be tracked together on the same map.  You will have to sign into each iCloud account separately (on icloud.com or the Find My iPhone app) in order to locate devices using that iCloud ID.

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • Design Suggestions for Multiple DaqMX Task Streaming App?

    I'm working on a LabVIEW application in which I'm streaming high-speed data to disk from multiple PXI devices simultaneously.  Each device has its own DaqMX task, and all tasks stream to the same file.  The PXI device configuration (which devices are in the chassis, which slots they're in, and which channels to read from each device) is determined at runtime.
    Does anyone have a suggestion for a design model for this?  To make matters worse, I'd like to be able to specify a channel to monitor its data during the streaming.  I'm thinking the Producer-Consumer model is the basic approach, and I'm at the point where I have an array of DaqMX tasks, one for each device.  I could probably extend that array to be an array of clusters containing:
       1) DAQ Command (e.g. Initialize, Start, Stop, Acquire, etc)
       1) Task ID
       2) Control reference to 2-D array (where each DaqMX read can be stored)
       3) Array of channel names (to allow selection of channel to be monitored
    This could be passed as notifier data, to a data collection subVI, but the part I'm struggling with is finding the best way to run X number of tasks in parallel, where X is not known until runtime.
    Any suggestions would be appreciated.

    Thanks for the input.  With regards to the file format, the decision has been made by my superiors not to use TDMS - unfortunate, but NI hasn't provided the information to write a MatLab file reader, which is a requirement.  So, I've created a custom file format tailored to the needs of my application, but generic enough to be used for other apps. With it, I've been able to stream 8 channels at 800KHz (4 channels each from 2 PXI-6120s) without breaking a sweat.  However, the performance varies greatly depending on which slots the cards are in (but that's a whole different discussion - see the PXI forum for that one).  Once NI solves that one, I'll feel a lot more comfortable.
    I have already made reentrant subVIs that can perform a specific DAQ task.  The problem with a for loop is that the VI sits and wait for a start trigger, then acquires the streaming data.  I can't start the next VI because I'm in the first one.  I thought about creating a data collection VI, and this VI would start up to 6 other VIs in parallel, based on how many and which cards were present.  It's a bit messy, because each slot can contain one of two devices, so I'd need to check which type it was before calling it.  I'm thinking I'll have to create the task list and the references to the data in the main GUI loop, and then pass this using a notifier or queue to the data collection loop. 

  • I don't understand why I can't download for free the apps designed by Apple, such as Pages and Numbers, which are free with iOS 7. Can anyone help me?

    I don't understand why I can't download for free the apps designed by Apple, such as Pages and Numbers, which are free with iOS 7. Can anyone help me?

    The apps are free with iOS 7 if you purchased a new device after September 2013. The apps do not come free just because you are running iOS 7 now. Did you purchase or receive a new iPad recently?
    If you did, are you using the same Apple ID to get the apps that you used to activate the iPad? If you are, sign out of your ID, restart your iPad, sign in again and go back to the App Syore and see if the apps show up as free.
    Settings>iTunes & App Store>tap your ID and sign out. Restart the iPad and go back to the settings and sign in again.

  • Is ADF meant for database designed with vertical schema ?

    Hi,
    I want to know if ADF 11g is meant for database designed with vertical schema where even the column names will be rows in a generic table?
    Thanks in advance.
    Edited by: user8925296 on Apr 12, 2010 10:06 AM

    The short answer is no...
    What you are calling a "vertical schema" is what others have called an entity-attribute-value or universal data model schema. I'd advise you to do some open-minded research about these types of schemas if you are developing a new application before you proceed. They sound great in practice, but have quite inherent usability and scalability issues. [url http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2314483800346542969]This might be a good place to start...
    John

  • General design help for a basic web app with DB

    I'm fairly new to Java EE development (lots of years of Java SE experience). In the not-so-distant future I'm going to be tasked with writing a web access feature for a database-backed catalog-like application. The application helps biologist keep track of all the dead animals they have in their research collections. It is meant to be a full-featured desktop application with the ability to setup a web portal to allow other researchers to search the contents of a collection (to see if there are specimens that they would like to see or borrow, etc). So, I have to write a bunch of servlets, JSPs, JSF pages, or something like that to provide a search page and a number of results views including tables, forms, maps, etc. Our desktop app uses Hibernate for ORM.
    From what I've seen of the framework, I would really like to use JSF to do the views and navigation. Can I use JSF with Hibernate persistence? My Hibernate mappings are in *.hbm.xml files. How can I meld these technologies together. Better yet, can this be done using the Visual Web Developer pack for Netbeans 5.5?

    web app or desktop app? pick oneOur main product is a desktop app. However, we also ship with the feature to install a webapp that allows searching the collections via a web browser.
    with the ability to
    setup a web portal to allow other researchers to
    search the contents of a collection (to see ifthere
    are specimens that they would like to see orborrow,
    etc). you don't HAVE to have a portal for that you know...I realize that I could pull this off even with a few CGIs written in perl, but I want to make something that would later be expandable into a full-featured web app, allowing for data entry as well as searching.
    It sounds to me like a very simply web app and you
    are going way overboard. You don't need much code,
    much less a bunch of extra frameworks, API's, etc.
    I'd make a few servlets/jsp's and avoid getting into
    JSF, hibernate, etc. unless you know they are worth
    your time.I'm planning on using Hibernate because all of the Hibernate data classes and bindings are already setup. I guess in the initial version that doesn't do anything but view the data, I could avoid Hibernate since I don't need any ability to detect user changes to objects and commit those back to the DB.
    I'd really like to write the web app using the Java EE 5 persistance API (JPA) and not have any Hibernate-specific code in the mix.
    One requirement I forgot to mention was the need for a login page that can allow for access above the standard, anonymous guest level. Some information that these guys collect, such as where they located a rare plant variety, is highly sensative (since pharma companies have been known to want this information). For that reason, some of the info is not made available to anonymous web access users. Users with a registered account can get at more info.

  • I just downloaded an app called "Logos for Adobe Illustrator thinking I would be able to design a logo?  I can't even figure out hot to start a new project!  Did I buy the wrong app?

    Did I just waste $30 buying something called "Logos for Adobe Illustrator?"  Do I need something else, some other program, to make it work?

    Jill,
    Presumably, you can create a new document, then File>Place one the templates, then edit it or whatever.
    But maybe you should click the Logos for Adobe Illustrator® Support link here:
    Mac App Store - Logos for Adobe Illustrator®
    Whether it is a waste depends on the quality of the templates and the extent to which you wish to create your own one and only artwork.

  • How do I get a pre-process XSLT in a structured app to run?

    Hello,
    I think this is a very basic question, but I'm stuck. I have a structured application that is supposed to use a XSLT to preprocess its files. I've added a XMLApplication/XSLTPreferences/PreProcessing/Stylesheet; I've tried it both manually and with the designer. Now I try to open a XML file in a book and it doesn't seem to use the stylesheet at all. It does ask me for the application type, I select it, then it simply opens the file as it was without applying the XSLT.
    Could somebody please explain to me how this is supposed to work?
    Background: I have a structured app set up by someone else that has the right structure already and they've already put it into a book. I want to write a XSLT to get the same file but with preprocessing instructions for conditional tags, but cannot get it to run. I'm good at XSLT, but my FrameMaker level is a novice.

    Mikhail,
    This should work, because according to your description, it seems that you are doing everything correctly. So, let me ask the obvious questions, without intending to insult you:
    - Are you absolutely sure the path in structapps is correct? Did you try both an absolute path and a relative path?
    - Are you sure that you are adding the setting into the correct structapps file? Newer versions of FM maintain two copies... one in the FM installation area and one in the Users/AppData area. Upon startup, FM "merges" settings from the two. If there is an application in both with the same name, I think the one in the Users area takes precedence and the other definition is simply discarded.
    - Are you sure the XSLT works? That is, you have run it on one of your source files manually?
    I know that this works because I use the feature regularly, as do many others. There must be something simple going wrong here.
    Russ

  • Why opening from java the rpt search for a JNDI when it's setup for a DNS ?

    I downloaded CR for eclipse 2.
    All is 'quite' working froma a java app.
    i've only a problem with an 'jndi name search error'. I'll try to explain.
    In the RPT i use a DSN connection to a sql server into a differente machine. When I open directly the rpt, all is working.
    From java code, i'll open the report, but when i try to export  to pdf iit tell me about an error 'jndi name search error', with the name of the DSN connection i setup.
    Why? Why opening rpt all is working, but opening from code NOT is working ?
    What's the difference from two opening methods? Why an .rpt opened from java cannot just open the connection like when opened from cristal report !?
    *My question is: why opening from java the rpt search for a JNDI when it's setup for a DNS connection ?! *

    The .rpt has been originally created from an ancient version of Cristal report. probably the '8'.
    In an italian software called 'Business', the .rpt is populated for printing of invoices and similar docs.
    My society is trying to 'integrate' our software with the .rpt used from our customer.
    So we want simply open .rpt, add a new logo, set the selection for record and save as pdf.
    We so bought Cristal report 2008 (v.12 ), opened the .rpt, saved (so it 's now in a supported version).
    The sql server is located at 10.1.2.40, and is a Microsoft Sql Server.
    In my development pc I've installed Cr 12. I added a User DSN to point to Sql server at 10.1.2.40, at right DB with username and password. Opening from my development machine the .rpt and 'running' it, it display the data. Ok !
    I downloaded CR4 Eclipse 2.
    I open report using the unmanaged sdk. (to access it through file system, not via RAS), Ok.
    I set selection record. Ok.
    I execute .export with 'PDF' for format option and here I get an exception: the JNDI name 'CPR'  is not found. Where CPR is the DSN name setup into .rpt from Cristal Report 2008.
    So, no, i'm not trying to using the designer from Eclipse, but from the full application. But I must use the rpt at runtime to export some rendered records.
    What must I do to do this?
    CR4E only supports java based connections, so it is looking for the JDBC/JNDI name and won't look at the DSN's.
    How Can i setup at runtime a JDBC / JNDI connection ?
    I already have a 'connection' from my code to the sql server, using sqlserver jdbc driver v. 4 from microsoft. And executing query I see the results. So i have right driver, ip, db name, user name and password
    But is there a way to simply tell at runtime to my .rpt to use THIS connection? Or a similar connection...
    Thanks in advance for help provided to us. (we bought a CR license only for this work...)

  • Choice of design pattern for data acquisition system

    Hello all
    I have a trouble about selecting the suitable design pattern / architecture for a data acquisition system. 
    Here is the details of the desired system:
    There is data acquisition hardware and I need to use it by observing parameters on User interface. 
    the data acquisiton period, channel list to scan should be chosen on User interface. Besides, there are many user interface interactions. e.g. if user selects a channel to add scanlist, then I need to enable and make visible some other parts on user interface. 
    When user completes the channel selection, then he will press the button to start data acquisition. Then I also need to show the scanned values on a graph in real time and log them in txt file.
    I know that I cannot use producer consumer pattern here. because the data acquisition loop should wait for parameters to scan channels. and it works in a given period by user. so the user interface loop performs higher rate then consumer loop (data acquisition loop). it means queue will be bigger bigger. if I use notifier it will loss some data come from user interface. 
    is there any idea about that ? is there any suitable design pattern for this case ? 
    Thanks in advance
    best regards 
    Veli BAYAR
    Embedded Systems Software and Hardware Engineer 
    "You live in a graphical world. Why not program in one?"
    Solved!
    Go to Solution.

    johnsold wrote:
    Veli,
    I recommend the Producer/Consumer model with some modifications.
    You might need three loops.  I cannot tell for sure from your brief description.
    The User Interface loop responds to the user inputs for configuration and start/stop of acquisition.  The parameters and commands are passed to the Data Acquisition loop via a queue. In this loop is a state machine which has Idle, Configuration, Acquisition, and Shutdown states (and perhaps others). The data is sent to the Processing loop via a different queue. The Processing loop performs any data processing, displays the data to the user, and saves it to file. A notifier can be used to send the Stop or shutdown command from the User Interface loop to the other loops.  If the amount of processing is minimal and the file write times are not too long, the Processing loop functions might be able to occur in the Timeout case of the UI loop Event structure.  This simplifies things somewhat but is not as flexible when changes need to be made.
    I am not sure that a Design Pattern for this exact setup exists but it is basically a combination of the Producer/Consumer (Events) and Producer/Consumer (Data) Design Patterns.
    Lynn
    Check out this thread: http://forums.ni.com/t5/LabVIEW/Multiple-poll-case-structures-to-event-help/td-p/2551309
    There are discussions there about a 3-loop architecture that may help you.
    Jeff
    Jeffrey Zola

  • SCCM Design Looking for Opinions/Tips

    Hello out there I'm in the middle of designing our SCCM 2012 R2 layout and was wondering if I could get some Opinions/Tips on anything before we
    implement.
    Primary Site
    Site System Server 1 Roles:
    Asset Intell
    Endpoint
    Windows Intune
    Site Database (Local DB)
    Reporting Services
    Site System Server 2 Roles
    Management Point
    Source DP
    Enrollment Point
    Certificate RP
    Site System Server 3 Roles
    Management Point
    Pull DP
    SMP
    EP
    Site System Server 4 Roles
    Management Point
    Source DP
    SMP
    EP
    Site System Server 5 Roles
    Management Point
    Pull DP
    SMP
    EP
    The Servers 1-3 would be located in another Location and Server 4-5 will be located in another primary location the bandwidth between the 2 sites will be a Gig connection so there should not be a problem with low bandwidth. The Other Idea is to have a SQL
    Replica in a HAG  that the MP’s will connect to and have the SQL Replica be the one connection back to the Local Site Database. I also plan on throwing the APP Catalog/WebPoint/SUP Roles on our Load Balancer the idea behind this design is for High Availablity.
    If you have any ideas/opinions I’m all open for criticizim and if you have any more questions on I’ll do my best to answer.

    what is your total count of clients that you want to support using Configmgr ? 1 Primary Management point can support upto 25K clients.Make the design as simple as possible which you can get using configmgr 2012 to reduce the hierarchy structure.
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr
    Sorry, I guess I left that out. We have currently about 500 Workstations, 200+ Servers and the number of Tablets are growing they are expecting to have a Tablet per user which will be another 500. The New Site Will have approximately 300-400 Additional Workstations/Tablets.
    I do understand what you guys are saying but they want to treat this as a system critical to the business. I mean I can always take the Additional Server out of the picture for a simpler hierarchy but according to some performance tips that I read was to offload
    from the Site DB much as possible.

  • OBIEE reports in Mobile App Designer View

    Hi All,
    Is there any possibility to view the existing OBIEE reports in Mobile App designer page and edit the same?
    Since more reports have been created already,we wanted to view and edit in MAD to make it available for Mobile users.
    Thanks
    PM

    Hi Rayno,
    Did you try to use a different browser and are you at the latest patch of BIMAD?
    Mainly if you are on IE I guess the patches fix compatibility with the various version of IE most of the time (Firefox and Chrome are better for that).
    I also remember your other issue having the dashboard to display only when all the analysis are loaded, so maybe you have something in your setup (network, proxy, browser version, corporate rules etc.) impacting the user experience of BIMAD (but not only) in such a negative way.
    I didn't spend weeks on it but never got BI Server crash because of BIMAD and random java errors (are we really talking about java or javascript?).

  • App Designer keeps Crashing

    Hi,
    I have PeopleTools 8.50 installed on Windows 7 Professional x64. When I select View in Browser menu item from the Layout menu in Application Designer to see what the my page looks like, Application Designer just shutdowns without error. Also, if I select Generate to HTML menu item, Application Designer shutdowns without error.
    Has anyone experience this behaviour with App Designer under Windows 7 Professional x64?
    Thanks for any help.

    Hi Nicolas,
    I installed Oracle 11g R2 32-bit on Windows 7 Pro x64. I am using a 2-tier connection. My database server is Oracle 11gR2 64-bit running on Oracle Enterprise Linux 4 64-bit inside a VirtualBox virtual machine. The database server, Tuxedo, and Weblogic are setup inside this virtual machine for learning purpose. I have Peoplesoft HCM 9.1 demo database setup and running on the virtual machine. I can login to PIA using Peoplesoft super user PS. I can connect to to the demo database in bootstrap mode using SYSADM. I can create or editing existing pages in App Designer with no problem. I have already created a page that access a single table and I can access it via PIA. If I want to check the layout via "view in browser", App Designer shutdowns without any sort of error messages. I use the base release of PeopleTools 8.50.
    Thank you for your superb instructions on how setup HCM 9.1 on your blog.
    Phil

Maybe you are looking for