Making a template from the xml/xslt..what am I missing

Ok... I am stumped.... May be I am just missing something...
I am looking into making a new HTML template. I am following the instructions on John Nacks webs site. However, upon looking into the web templates folder all the templates are .LRTEMPLATE files. Just putting the demo folder into the lr web template folder does not make the xml accesable from Light room. So how does one go about transforming these files into an actual LR template?
I am posting about this on my Blog as well:
http://lrwebtemplates.blogspot.com/

The .lrtemplate files are saved presets from the left panel of the Web Module. You want to create in the same Lightroom Folder as the /Web Templates folder a /Web Galleries Folder and put your demo folder there that has galleryMaker.xml and transprmer.xslt and what everelse. Then restart LR and whatever (demo in this case) the folder is named will appear in the Galley List on the right panel in the Web Module.
Don
Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.8 & Win XP, Pentax *ist D
http://donricklin.blogspot.com/

Similar Messages

  • HT4059 i have an american iPad2 (set to the UK), iOS version 6.1.2,  & iBooks version1.3.2 & can't get the price box to be selectable to purchase the book I want to buy from the iBookstore. What am I missing?????

    i have an american iPad2 (set to the UK), iOS version 6.1.2,  & iBooks version1.3.2 & can't get the price box to be selectable to purchase the book I want to buy from the iBookstore. What am I missing?????

    Backup with iTunes. If iTunes is asking you if you want to backup, say yes to that and it will backup your iPad. Have you ever synced with this computer before?
    My boilerplate response for anyone that wants to update the iOS.
    What you should do anytime that you update the device is to transfer purchases from the iPad into iTunes - File>Transfer Purchases - and you should backup the iPad as well. When you update the update the device, if something goes wrong, you can restore from the backup.
    However, iTunes should ask if you want to backup before you update, but just in case create the backup yourself before you update. The backup contains your app data and settings - along with other items - so make sure you backup first.
    If you have any other important files, you may want to transfer them to your computer as well, prior to the update.
    How to transfer purchases into your iTunes library
    http://support.apple.com/kb/HT1848
    How to backup and restore from a backup
    http://support.apple.com/kb/HT1766

  • My published calendar is blank when I click the link from the email.  What am I missing?

    I have published my calendar and sent an email with the info, but when I click on the link the calendar is blank.
    Any ideas so that my husband can see my calendar at his work computer?

    The problem with add-ons is, most work together without causing the user
    too much trouble. But once in a while, someone discovers a problem. And its
    hard to trace down because, as it turns out, two or more add-ons cause the
    problem. That is why one of the first things a user can do is to
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''.
    If the problem is gone that tells us something. If the problem is still there,
    that tells us something else.<BR><BR>
    If you ever have a problem, and you think an add-on is the cause, the best
    thing to do is to start disabling the add-ons one by one or five by five until
    the problem is gone.

  • My new MacBook pro 15'' is making a noise from the right side. What could the problem be?

    Hi
    My New MacBook pro 15'' 2011 is making a sound from the right side of it. It sounds like it is the HDD that is making the sound. How can i fix it?

    Return it or take it in for service.    It may be you got a drive that was a lemon.

  • How do i create a database template from the command line?

    Hi,
    As part of implementing a backup and recovery strategy for a client (including disaster recovery) I want to automate the creation of a database template From an Existing Database (Structure as well as data) via a script that will run every night.
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    The idea is that nightly we will run a script that creates a database template from the Existing Database (Structure as well as data) and then transfers the 2 files involved e.g. DB_data_included.dbc and DB_data_included.DFB across to a standby server where they can be used to recreate the database in the event of us needing to after e.g. a complete server failure.
    So I have a couple of questions about this that I would be very grateful if something could answer for me:
    1)     Is it possible? That is, can a database template be created from some utility by supplying a series of parameter=value pairs on the command line?
    2)     If yes how do I go about it, what utility do I use (the emca utility?). and what parameters do I need to supply on the command line to create the template?
    3)     The intention is that the script to create the template will run in the early hours of the morning when no-one is using the database but what state does the database need to be in when the template creation script runs i.e. up, down, mounted and does the creation of a template affect the state of an already up database i.e. if I kick off the template creation script and the database is up will it switch it into mount mode or anything like that? My concern here is that I want to make sure I understand exactly what is going on so that no users or connected external systems are affected?
    Thanks in anticipation of someone being able to guide me on what to do or what documentation to read.
    Also if you require any clarification on what i'm asking please post up your query and i'll respond ASAP.
    Kind Regards,
    George Johnston
    OCP 9i DBA

    Sybrandb,
    Firstly thanks for you reponse.
    However, I don’t agree that dbca only creates empty databases otherwise why does the option to create a template from an existing database (structure as well as data) exist in the dbca wizard?
    I have performed a test case where I have a created a database template including data on one 10g server. I have then used the files generated to recreate that database on a separate server. When the new database is started it is an exact copy of the original. So it’s not empty at all , it’s exactly what the client wants.
    So I don’t agree that I’m gaining zero.
    Why is this approach doomed to fail?
    There a number of reasons why I “just set up a proper standby database”
    1.     Time – I’m on a customer site in a tight engagement where the customer wants maximum value for money. I don’t have standby database skills and the customer isn’t willing to pay for me to learn on the job so please understand the tight circumstances I’m working in.
    2.     Availability – As far as I know the client is running 10.2.0.3.0 standard edition. Correct me if I’m wrong but is standby db available in that edition. Where do I look to check V$OPTION.
    On the RMAN duplicating a database front it’s an area I haven’t used before but I will take a look at it.
    Also please revisit the context of my original posting where I state
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    So please understand that this a quick fix that the client wants developed in the minimum time possible in ADDITION to a full nightly RMAN backup being taken.
    In an ideal world I’d have the time to follow best practice but in the real world of on-site customer support I just need to get the job done operating under the customer imposed constraints.
    Many Thanks,
    George Johnston
    OCP 9i DBA

  • Any way to find lost data from the xml file?

    Is there any way I can retrieve lost metadata from my mp3’s? I have had 9 months worth deleted, the mps’s are still there but I’ve lost playlists and date added info etc. from the xml file. There are old restores from 9 months ago and now, (the iTunes librarys stored in history are from 9 months ago) the library I currently have has 5 songs ive added this week, and everything from over 9 months ago.
    thanks,
    guy

    I have experienced the EXACT same problem...  can't find a solution but am searching madly.  Please post what you discover, if anything.

  • I have a new Pc and want to transfer my Library from the old one,what do I need to do?

    I have a new Pc and want to transfer my Library from the old one,what do I need to do?

    What Library do you ean?  What software are you asking about?  Have you tried asking in the forum for that software?

  • Opening Word document templates from the New Document drop down does not open Word

    I have a document library with a number of Content Types attached to it.  Each one has a different Word document attached.  We have an intermittent problem where when you click to open one of these templates from the 'New Document' drop
    down list that nothing happens. The workaround appears to be either open Word first or re-boot the computer.  I think there is a problem with SharePoint not linking in with Word correctly.  Does anyone have any suggestions on how to fix this?
    Thanks
    Julie
    J Sykes

    Hi J,
    Can you please check in your internet explorer whether MS office Add ons enable or not.
    If not enable that and restart your browser and try again.
    Also try to repair MS Office if issue still persist.
    Regards
    Soni K

  • Is there a way to remove the index from the XML output?

    Hi,
    It is easy to remove the index from the WebHelp output.
    We also want to remove it from the XML output.
    How do I do that?
    Thanks,
    Rakefet

    @Jeff: In the Single Source Layouts recipe box is a layout for XML. Although, I'm really not sure why folks would use it, other than to possibly export the project data to another system of some sort.
    @Rakefet: One thought is to try creating a new blank Index. Then choose the empty Index when you use XML Output.
    Cheers... Rick

  • Can't find a way to delete Templates from the "My Templates" window in Pages.

    How can I delete Templates from the "My Templates" window in Pages?

    If you want to delete user-made templates, go to ~/Library/Application Support/iWork/Pages/Templates and you'll find the individual files that you can just delete.
    If you want to delete iWork's own templates, that's a bit trickier.  Right-click (or Control-Click) on the Pages application, choose Show Contents.  Drill down to Resources and Templates and there they are.  I'm not sure I'd delete anything from the application package, however, so my advice would be to copy the app and try it on that to make sure it doesn't foul anything else up.
    Good luck.

  • Pulling particular attributes from the XML Object

    Hi !
    My requirement is onChange of a value from the first drop down, particular values needs to load in the second drop down. Values that needs to pull are designed in XML Object as Map entries Key,Pair Values.
    We can pull the first drop down values from the XML Object using Rule library and find the following code snippet ;
    <block>
    <set name='appData'>
    <invoke name='getExtension'>
    <invoke name='getObject'>
    <ref>ctx</ref>
    <invoke name='findType' class='com.waveset.object.Type'>
    <s>Configuration</s>
    </invoke>
    <s>Config_SDD_ReferenceData</s>
    </invoke>
    </invoke>
    </set>
    <ref>appData</ref>
    </block>
    Here, Config_SDD_ReferenceData.xml is the file where the map entries are written and the ref name is appData. Later in BPE the code "appData.units" are referred in ValueMap property.
    But we are stuggling to populate the second drop down values based on the valu selected in the first drop down.
    Please find the XML Object also;
    <Attribute name='units'>
    <Map>
    <MapEntry key='1' value='units1'/>
    <MapEntry key='2' value='units2'/>
    <MapEntry key='3' value='units3'/>
    </Map>
    </Attribute>
    Thanks in advance.

    u could use removeChild() method of the node interface....get the parent node named 'xxxxxx' from the DOM and perform a removeChild operation on it specifying the senderID, receiverID and dateTimeStamp Nodes as arguments to the method....
    Hope this helps
    VP

  • I'm using an iPhone 5. I had FaceTime before but when I got a new line it just disappeared even from the settings. What do I do?

    I'm using an iPhone 5. I had FaceTime before but when I got a new line it just disappeared even from the settings. What do I do?

    Where did you bought this iPhone.

  • How to query from the xml table a single, specified element.

    I'm quite new in Xml Db. Pleas, can anybody tell me how to query from the xml table below a single element (i.e. the element 'rapportoparentela = NIPOTE' related to the element 'codicefiscale = CRRVNC76R52G337R', or the element 'rapportoparentela = FIGLIO' related to the element 'codicefiscale = CRRRNT51L23G337Q')?
    - <dati xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <codiceinterno />
    <codicefiscaleassistito>CRRMNL81R31G337H</codicefiscaleassistito>
    - <famigliare>
    <codicefiscale>CRRVNC76R52G337R</codicefiscale>
    <rapportoparentela>NIPOTE</rapportoparentela>
    </famigliare>
    - <famigliare>
    <codicefiscale>CRRRNT51L23G337Q</codicefiscale>
    <rapportoparentela>FIGLIO</rapportoparentela>
    </famigliare>
    - <famigliare>
    <codicefiscale>CBRPRN15S65E080W</codicefiscale>
    <rapportoparentela>I.S.</rapportoparentela>
    </famigliare>
    - <famigliare>
    <codicefiscale>CRRMNL81R31G337H</codicefiscale>
    <rapportoparentela>NIPOTE</rapportoparentela>
    </famigliare>
    - <famigliare>
    <codicefiscale>BCCCML54C50I845G</codicefiscale>
    <rapportoparentela>NUORA</rapportoparentela>
    </famigliare>
    </dati>
    Using SELECT extractValue(value(t),'/rapportoparentela') into result FROM NF_XMLT X,
    TABLE ( xmlsequence (extract(value(X),'/dati/famigliare/rapportoparentela'))) t
    I get all the elements 'rapportoparentela' and I want to get only one specified.
    Regards.
    Piero

    Piero,
    you can add the condition "CRRVNC76R52G337R" to your xpath-expression like:
    SELECT extractValue(value(t),'/rapportoparentela')
    FROM NF_XMLT x
    ,TABLE ( xmlsequence (extract(value(X),'/dati/famigliare[rapportoparentela="CRRVNC76R52G337R"]'))) tto select only those famigliare-elements that have a child-element rapportoparentela with value "CRRVNC76R52G337R".
    When you stored your XML in an XMLType column in the table, i think the following queries are better:
    SELECT extractValue(x.your_XMLType_column,'/dati/famigliare/rapportoparentela')
    FROM NF_XMLT x
    WHERE extractValue(x.your_XMLType_column,'/dati/famigliare/codicefiscale')
    = 'CRRVNC76R52G337R'or
    SELECT extractValue(x.your_XMLType_column,'/dati/famigliare/rapportoparentela')
    FROM NF_XMLT x
    WHERE existsNode(x.your_XMLType_column,'/dati/famigliare[codicefiscale="CRRVNC76R52G337R"]')
    != 0

  • Making Word template from DW code

    I know, I know, Office products are evil but bare with me. I work in a corporate setting and the CEO has asked that I create Word templates from the html email templates that I created for internal communications. The idea from the begining was that each support group would communicate to the internal masses via a custom email format (attached) instead of simply shooting out a standard email. The problem is, I have become the guy who has to format everyone's email since they can't code. I have better things to do.
    My question:
    In an effort to make this process as easy as composing an email, we thought about putting the html frame work into Word as a template and keep the main content area open for modification from the various users. How do i do this? I figure it can be done somehow since most of the junk email i get these days has some reference to MS Word within its code.
    Can anyone provide any direction?
    Thanks.
    David

    The best thing to do in your case is save the HTML in DW and then open the document in Word.  Word can open and edit .html documents with minor issues (if you send emails to Outlook 2007 you are aware of the quirks, if not --> http://msdn.microsoft.com/en-us/library/aa338200.aspx , read that article and get the DW plugin to validate pages).
    Then just save the document as a .dotx (if you have 2007 this is better because file sizes are smaller and there are more options available to an end-user).
    After that you should be set to go.

  • Upgrading iLife from 04 to 08 and want Templates from the older versions

    I am upgrading Ilife 04 to 08. I want to make sure that I first keep all of the templates from the previous versions including the ones between 04 and 08. Are all old templates included with 08? If not how can I get them? i only have a disc copy of 04 and 08. 03 and older were already on my system.

    The old iDVD templates are included as an option in the iLife '08 install. After you accept the EULA at the beginning of the installation, choose to Customise your install. Tick the box for the earlier themes under the iDVD dropdown.

Maybe you are looking for

  • Jabber and MOC or Lync through OWA

    Does anyone know if the new Ciso Jabber client will be able to share IM and presence information with Microsoft MOC/Lync users that are accessing MOC/Lync through OWA (outlook web Access)? It has been stated that it will work with the clients but I h

  • Solaris 8 x86 system refuses to upgrade to Solaris 9

    My x86 system successfully runs Solaris 8 (Feb. 2000 revision A) but refuses to upgrade to Solaris 9. When trying to boot one of the installation cds in anyone of the installation modes, the boot process proceeds till the message "booting kernel/unix

  • My ipod restarted while sofwear update .now its just showing white screen

    my ipod restarted while sofwear update .now its just showing white screen...now how can i start my ipod...

  • Question mark when i try to play a video online

    i go to a band's website, and i want to view a music video, but i get a broken quicktime sign w/ a question mark in the middle of it? It used to work but not anymore. please help

  • DF and NDF switching on capture

    I wasn't sure why every time I tried to capture from my camcorder, it would capture about 5 mins before reporting dropped frames and freezing. The images were recorded as NDF, yet no matter the NDF setting in the A/V Settings, the timecodes all show