the xml http link question

I have a script that calls a page xml via cfhttp. When I output a link from the xml, the link seems ok. When I try to go out as a viable link like this:

< cfoutput > < a href = "#myxmldoc.response.legislators.legislator.link #" > link < /a > < / cfoutput >

the output looks like this:

http://www.site.org/ "> link"

No idea where I am going wrong?

You try maybe output the xml node that confuses the browser.  Try xmlText at the end of your node to tell him that you want the text of the node.

Link

Tags: ColdFusion

Similar Questions

  • regExp object http link question

    Hello

    I use the following reg exp to post an entry for an http link.

    / ^ http (s)? : \ /\/((\d+\.\d+\.\d+\.\d+)| (([\w-]+\.) + ([a-z,A-Z][\w-]*)))(:[1-9][0-9]*)? (\/([\w -.\/:_%+@&=]+[\w- .\/?:%+@&=]*)?)? (#(.*))?$/i;

    It works, but it also fails if nothing is entered in the entry.

    I understand that * means "zero", and + means "1 ', but I have no idea how to do that in the reg edit above to allow no valid entry as well as a http link.»

    Could someone please shed some light on the place where telling the code above, that no entry is ok too?

    Thank you

    Shaun

    /^http(s)?:\/\/((\d+\.\d+\.\d+\.\d+)|(([\w-]+\.)+([a-z,A-Z][\w-]*)))(: [1-9][0-9]*)?(\/([\w-.\/:_%+@&=]+[\w- .\/?:%+@&=]*)?)?(#(.*))?$|^$/i
    
  • Questions of EXCEL output in the XML editor logo

    Hello

    We use the Publisher XML API to generate PDFS, EXCEL returns by using the template. When adding image for the model of its display in the output pdf file. But not in Excel output projection. Then I added url: {/ Image} in the text of the image in the template and submitted the report again now able to see the image output to excel. Can you please tell me why his does not display not not the picture in excel by default which is the line that goes in the case of PDF. IAM getting the same question for HTML output generation also. Please tell me what I can do to get the image by default identical to the way I'm in PDF format.

    Thank you
    Satya

    for the xml editor:
    How to determine the Version of the Publisher Oracle XML to Oracle E-Business Suite 11i and Release 12 [362496.1 ID]

    >
    To resolve this problem, we need to make manual configuration image as menioned in the document 736897.1?
    >
    It is based on your report and your needs

    It's may be:
    -OA_MEDIA and url as the url: {' ${OA_MEDIA} / your_image'}
    -URLs as interface http as url: {'http://www.servernews.ru/assets/images/articles/594131/OracleLogo.jpg'}
    -logo by submodel

    then you can try the logo by OA_MEDIA

  • How to add URL links in the XML file?

    Hello

    I have a problem with adding the URL links to the power of lightning. I use the XML file to call images, then the corrsponding links. Images are called correctly but when I try to add a link I do not receive the links, but rather to get the anchor HTML text tags. I use escape XML characters to escape HTML tags, but the results are not what I need.

    I use the following code:

    < preview = "miniature large.jpg" thumb = "thumb.jpg" > "
    < title > <! [CDATA [Financial Services]] > < / title >
    < discription > <! [CDATA [& lt; a href = & quot; ]] http://www.google.ca "> Google < / a > " [[ ]] > < / discription >
    < / thumbnails >

    ---------------------------

    Output:

    Images are displayed correctly, but instead get the links, I get following message:

    " < a href =" http://www.Google.ca "> < /a > Google .

    I need to know what I'm doing wrong. I use the proper way to add links or not?

    Thanks for your time.

    Use tags html directly inside CDATA - after all, what CDATA is for.

  • How to change the xml link?

    First a few words about my background:

    I got a page on a version of InDesign CS3 layout. Now, I'm creating a procedure to automate the production of several pdf based on this provision. Manually process would be to open the page layout; change the xml with each xml source link and create a file pdf corresponding...

    First question:

    In CS4 when I want to manually edit the xml link, the open dialog box prevents me (xml files are grey) to select xml files, it is a well known problem? How can I avoid it?

    Second question:

    How to change the script xml link?

    Last question - applescript question -:

    How to skip application dialog boxes? As "this document is missing a few links, would continue you?

    If you want to be able to help me, thanks in advance!

    There is a piece of code found on the net:

    tell document 1 of application "Adobe InDesign CS3"relink thisItemLink to someFileReferenceupdate thisItemLinkend
    
  • HTTP Communication tutorial - parsing of the XML file error

    Hello again,

    I went through the tutorial of HTTP Communication today is here. Built just fine and it loaded into the Simulator, however when I hit refresh to load the XML from an HTTP network call I get the error:

    XmlDataModel: Analysis of the file error... /... /.. /Data/model.XML on line 14, column 8: "unexpected character.

    After the end of the XML file, given the location of the character of line 14, column 8 is that it really confused me.

    Any thoughts on how to bypass this?

    The XML file can be found at https://developer.blackberry.com/cascades/files/documentation/device_platform/networking/model.xml

    try changing the url https://developer.blackberry.com/cascades/files/documentation/device_platform/networking/model.xml

  • Submit the XML form to a URL via HTTP

    Hello

    I need advice on how to use through them the features of the URL in the form.

    I want the XML of the form which will be submitted to a URL. I understand that there is a button on the form on which I can specilfy to the URL.

    But how on the other side, I can take this XML and use it? Can someone help me with the code example.

    Thank you

    Post edited by: ashish gupta. to make the more descriptive title.

    If you are not familiar with Java, it can be a challenge. The servlet below uses the Java IO package to convert the input stream of servlet to a string to a string buffer. The DOM4J XML parser is then used to convert the string to an XML document. The servlet writes the XML c:\\pdf.xml document and sends a response to the browser (and preview in the designer, which is actually an HTML container) HTML indicating "XML data was correctly written in c://pdf.xml." A sample pdf.xml is attached.

    NOTE: You cannot submit data from the attached PDF in Reader or Acrobat stand-alone. The PDF file must be opened in a browser. Additional scripting is required to present data from a PDF in Reader or Acrobat stand-alone.

    In LiveCycle Designer Preview I can fill in the form with the data and click on the Submit button as a result of a call to the servlet.

    The servlet responds with HTML, what is written in the browser container.

    Dom4j is the simplest of the XML parsers for the task. You will need to use an IDE like Eclipse to set up a project to use the Java API and the servlet API, DOM4J. You can also use a good old fashioned text editor and a batch file to compile the Java class.

    import java.io.IOException;

    import java.io.InputStream;

    to import java.io.FileOutputStream;

    import java.io.PrintWriter;

    to import javax.servlet.ServletException;

    Import javax.servlet.http.HttpServlet;

    to import javax.servlet.http.HttpServletRequest;

    to import javax.servlet.http.HttpServletResponse;

    Import org.dom4j.Document;

    Import org.dom4j.DocumentHelper;

    Import org.dom4j.DocumentException;

    Import org.dom4j.io.OutputFormat;

    Import org.dom4j.io.XMLWriter;

    SerializableAttribute public class ReadAndWriteXml extends HttpServlet {}

    private static final long serialVersionUID = 1 L;

    protected doGet (HttpServletRequest, HttpServletResponse RESP req) Sub survey ServletException, IOException {}

    doPost (req, resp);

    }

    protected doPost (HttpServletRequest, HttpServletResponse RESP req) Sub survey ServletException, IOException {}

    try {}

    InputStream inputStream = req.getInputStream ();

    StringBuffer stringBuffer = new StringBuffer();

    ubyte bytes [] = new ubyte [4096];

    for (int n; (n = inputStream.read (bytes))! = -1 ;) {

    stringBuffer.append (new String (bytes, 0, n));

    }

    String xmlStr = new String (stringBuffer.toString ());

    String filePath = "C://pdf.xml";

    FileOutputStream fileOutputStream = new FileOutputStream (filePath);

    OutputFormat-format = OutputFormat.createPrettyPrint ();

    XMLWriter xmlWriter = New XMLWriter (fileOutputStream, format);

    xmlWriter.write (convertString2Document (xmlStr));

    xmlWriter.flush ();

    resp.setContentType("text/html");

    PrintWriter out = resp.getWriter ();

    out.println(")

    ");

    out.println(")

    The XML data was correctly written to c://pdf.xml.

    ");

    out.println(")

    ");

    }

    catch (Exception e) {}

    System.out.println ("the following exception occurred:" + e.getMessage ());

    }

    }

    public Document convertString2Document (String xml) throws DocumentException {}

    Document document = null;

    try {}

    document = DocumentHelper.parseText (xml);

    }

    catch (DocumentException e) {}

    e.printStackTrace ();

    }

    return the document;

    }

    }

    Steve

  • Crop the text of the XML... (how to add a read more link)

    I'm stuck... I want to have a read more link after 30 word in each paragraph of loading the xml file... Any help?

    I don't know even how to start with her... I have 5 video clips with instance name mc1, mc2, mc3, mc4 mc5. When I turn they load the content of the XML in the toolTipMC.

    Code: -.


    var x: XML = new XML();

    x.ignoreWhite = true;

    images of the var: Array = new Array();
    var titles: Array = new Array();
    Details of the var: Array = new Array();
    var urls:Array = new Array();

    x.onLoad = {function (success)}
    var locs:Array = this.firstChild.childNodes;
    for (j = 0; j < locs.length; j ++) {}
    images ["MC" +(j+1)] is locs [j].attributes.image;.
    titles ["MC" +(j+1)] = locs [j].attributes.title;
    Details ["MC" +(j+1)] = locs [j].attributes.detail;
    URLs ["MC" +(j+1)] = locs [j].attributes.url;

    }

    }

    x.Load ("Data.xml");


    myBtn.onRollOver = function() {}


    toolTipMC.img.imgHolder.loadMovie (images [this._name]);
    toolTipMC.tip.text = title [this ._name;]
    toolTipMC.detail.text = details [this ._name];

    };

    really, I don't think you should use that but, the following returns a substring which includes 29 spaces and about 30 "words":

    function textto29F(s:String):String {}

    var spaceNum:Number = 0;

    for (var i = 0; i)<>

    If (s.charAt (i) is"" ") {}

    spaceNum ++;

    {if(spaceNum==30)}

    Return s.substr(0,i);

    }

    }

    }

    s contains less than 29 places

    return s;

    }

  • A question about the CREATE DATABASE LINK PUBLIC and ORA-12154 error

    Hi all


    I have a problem on the public database link creation and I would be grateful if you could kindly give me a helping hand. I have the following connection settings in my
    tnsnames.ora file:
    ...
    DGPAPROD.WORLD = 
         (DESCRIPTION = 
           (ADDRESS_LIST = 
            (ADDRESS = (COMMUNITY=tcp.world)
              (PROTOCOL=TCP)(HOST=ORASR001)(PORT=1521)
             ) 
           )
           (CONNECT_DATA = (SID = DGPAPROD))
        )
    ...
    Having the above mentioned parameters, I can connect to this remote database directly in a SQL * more shell:
    $ sqlplus username/[email protected]
    It works pretty well and the connection is established without any problem.

    Now, what I want to do is to create a public database of this remote database link to avoid the user/connection of switch for the visualization of the
    the content of this database. I proceeded in line with the syntax indicated in the Oracle online documentation:

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28286/statements_5005.htm#SQLRF01205

    This is why I run the following to create a public database link
    CREATE PUBLIC DATABASE LINK SR001_dblink CONNECT TO user IDENTIFIED BY password USING 'DGPAPROD.WORLD';
    Apparently there is no error and the link is created successfully. However, it cannot resolve the remote host and every time I run this query
    (myenterprise is the name of a table in the remote database)
    SELECT *
    FROM myenterprise@SR001_dblink
    
    ERROR at line 1:
    ORA-12154: TNS:could not resolve the connect identifier specified
    What causes this problem?

    Thanks in advance,


    Kind regards
    Dariyoosh

    You must have defined DGPAPROD. WORLD in tnsnames.oar on the server where DB is runnig.

  • How can I save xml file n, run the xml file? Please help me

    How can I save xml file n, run the xml file? Please help me

    Hello

    The question you have posted will be well suited in the MSDN forum. Click on the link below.

    http://social.msdn.Microsoft.com/forums/en/categories/

    In the meantime, I suggest you to return the item mentioned below.

    How to use XML Notepad to create an XML document

    http://support.Microsoft.com/kb/296560

  • With respect to the loading of the XML file

    Hello Expert,

    I have a question about loading XML using ODI, actually I am new in ODI. I need to load a sample file is given below. While trying to configure the physical connection, it throws an exception that is:

    1 ODI-40844: could not generate the DTD because the file could not be created. Make sure you have write permissions in the directory. (If I select Agent Local)

    or

    2 SAXException: ODI-40786: prefix not found: {0} xsi (if I select the autonomous agent only).

    I need to load the information in tables oracle as the row column data. Let me also know how to generate the DTD XML file to use in ODI.

    Setting that I used for the above error message:

    JDBC driver: com.sunopsis.jdbc.driver.xml.SnpsXmlDriver

    JDBC URL: jdbc:snps:xml?f=/u03/udc/Assoc_PLDB_2015-08-19_0143-08_19_2015-03_45_00.xml

    and the example file is (total file size is nearly 4 GB and contains several files):

    file 1:

    " < operator xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance 'xsi:noNamespaceSchemaLocation="./xml/Iden_0_2015-08-18_0006-schema.xsd' >

    < organizational unit = 'identities' value >

    < dc value = "IMSI" >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    < structuralObjectClass > CUDBdcObject < / structuralObjectClass >

    < /DC >

    < dc value = "MSISDN" >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    < structuralObjectClass > CUDBdcObject < / structuralObjectClass >

    < /DC >

    < dc value = "imsi" >

    < value IMSI = "418400100020119" >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < objectClass > < / objectClass >

    < entryDS > 0 < / entryDS >

    < aliasedObjectName > mscId = aaaaaaa001aaaaaaa418400100020119, ou = multiSCs, dc = kor < / aliasedObjectName >

    < / IMSI >

    < value MSISDN = "9647503210441" >

    < serv value = "DSP" >

    < aliasedObjectName > serv = CSPS, assocId = dd910994c7e447baa9cd5cc90f565a51, OU = associations, dc = kor < / aliasedObjectName >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < / serv >

    < serv value = "IMS" >

    < aliasedObjectName > serv = IMS, mscId = aaaaaaa001aaaaaaa418400108041546, or = multiSCs, dc = kor < / aliasedObjectName >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < / serv >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    organizationalUnit < structuralObjectClass > < / structuralObjectClass >

    < / MSISDN >

    < value MSISDN = "9647503227807" >

    < serv value = "DSP" >

    < aliasedObjectName > serv = CSPS, assocId = 0b6c78a0328e4c708e818fc780923970, OU = associations, dc = kor < / aliasedObjectName >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    alias of < structuralObjectClass > < / structuralObjectClass >

    < / serv >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    organizationalUnit < structuralObjectClass > < / structuralObjectClass >

    < / MSISDN >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    < structuralObjectClass > CUDBdcObject < / structuralObjectClass >

    < /DC >

    < entryDS > 0 < / entryDS >

    < > 111 nodeId < / nodeId >

    organizationalUnit < structuralObjectClass > < / structuralObjectClass >

    < /or >

    < / operator >

    Please tell us how can I start to load the xml in the ODI directory files. I'd also appreciate it if you can gimme the links or documents to read and understand how to load xml. I tried oracle site and the steps does not work in ODI.

    Sincere greetings,

    Lili.

    Hi 860031,

    Try:

    JDBC URL: jdbc:snps:xml?f=/u03/udc/Assoc_PLDB_2015-08-19_0143-08_19_2015-03_45_00.xml& s = OPERA & re = operator

    Physical schema:

    Schema: OPERA

    Scheme of work: OPERA

  • 11.1.1.7 WebCenter Portal spaces - external link question

    We have a space of organization created by another part of the team that has a model of navigation with links to tasks workflows and other internal resources.  Our part of the team change the navigation menu to incorporate links external https applications Oracle Forms/Reports. We are unable to open these links in a new window.  We can get the link to open the WebCenter space, but whatever option we choose in the field ' Open link in ", we always get the same result.

    " We are concerned, there is a limitation as when we add the" https:// ' URL in the field path on the target tab, the Options tab has more 'New window' as an option in the drop down for the field ' Open link in "."  We work around this problem, by updating add directly the XML:

    < attribute attributeId = 'Target' isKey = "false" value = "_blank" / >

    Here's the question: is Webcenter allow you to have a link to the external secure page open in a new window?  If so, what configuration change is required for us to accomplish this?

    Thank you

    Hello.

    It's easy:

    • AF:goLink . with the property targetFrame to open links as _blank, _self... (She translates to normal ( )
    • AF:commandLink does not have the targetFrame property, and you can use pprnav.

    You just have to check with af:switcher based on the attributes of node/settings that use a single.

    My reference to the pageTemplate_global is just a sample on how logic can be applied, must be followed rigorously. In this case, the commandLink's tests only whether or not she should open a popup to display more navigation.

    I hope this information helps.

    Kind regards.

  • How the XML element used in RTF PUBLIC/PRIVATE? I know how to hide columns in RTF, but do not know how to generate xml below way. Help, please.

    Hello

    I'm following link below to show/hide my columns dynamically. See "formatting of column.

    http://docs.Oracle.com/CD/E12844_01/doc/BIP.1013/e12187.PDF

    According to the doc element can be made in private/public.

    <items type="PUBLIC">
     <item>
      <name>Plasma TV</name>
      <quantity>10</quantity>
      <price>4000</price>
     </item>
     <item>
    

    And even can be used to hide the column with the help of State

    <?if@column:/items/@type="PUBLIC"?>
    

    MY QUESTION IS HOW TO DO THIS IN MY XML BELOW?

    Here's the part of my XML code that I use in the definition of the data to RTF.

    <group name="GH3" source="QH3">
    <element name="COLUMN_HEAD3" value="COLUMN_NAME" /> 
    </group>
    <group name="GH4" source="QH4">
    <element name="COLUMN_HEAD4" value="COLUMN_NAME" /> 
    </group>
    

    I'm out like that.

    <LIST_GH3>
    <GH3>
    <COLUMN_HEAD3>REBILL_TO_OTHER_BUSINESS_UNIT</COLUMN_HEAD3>
    </GH3>
    </LIST_GH3>
    <LIST_GH4>
    <GH4>
    <COLUMN_HEAD4>XYZ</COLUMN_HEAD4>
    </GH4>
    </LIST_GH4>
    

    In order to use the logic according to the oracle document I want output like this.

    <LIST_GH3 type="PUBLIC">
    <GH3>
    <COLUMN_HEAD3>REBILL_TO_OTHER_BUSINESS_UNIT</COLUMN_HEAD3>
    </GH3>
    </LIST_GH3>
    <LIST_GH4 type="PRIVATE">
    <GH4>
    <COLUMN_HEAD4>BLANK</COLUMN_HEAD4>
    </GH4>
    </LIST_GH4>
    

    Should what changes I make in my XML to get the result of the execution as above? Help, please. Where should I make changes in the XML above? Name of the Group? Name of the element?

    I intend to use it under condition in RTF model to hide the column, but do not know how to set the column as PRIVATE/PUBLIC type in the XML output that is used to populate the data in the RTF while running.

    <?if@column:/BTSPIEXP/LIST_GH3/@type=”PUBLIC”?>COLUMN_HEAD3<?end if?>
    

    Kind regards

    Patricia K.

    Hello

    Problem has been resolved. I used the value of the item to determine whether to show it.

    Kind regards

    Patricia K.

  • The location of the XML file?

    Hi - Maybe it's a weird question, but I hope someone can help me.  I'm supposed to copy and paste the XML of my client on the server whenever it is updated through DW when connected to FTP.  So far, I have not been able to access the server, so I have no way of knowing exactly where the XML file.  This is the page which takes XML:

    http://www.gulfspillrestoration.NOAA.gov/oil-spill/Gulf-spill-data/

    I assumed that there is a kind of folder on the server that holds the file called "matrix".  For the life of me, after looking at the link above, code I can't well it say anything on a matrix file.

    In DW, I made a small test page and put in place a Spry data set and took a picture of the code [see below]:

    photo1.jpg

    Spry shows clearly where the file is located in the photo above, but I can't find it on the link.  In addition, scientists are telling me that all I have to do is to download the XML through WordPress (the above site using WP CMS) but when I did it - downloaded the XML through WP - it is not too much to write the previous version but rather re - name (such as matrix1.xml).

    So I think the only way to download and replace a DW FTP access and copy and paste the new code XML on the server.

    Is my analogy this correct?  You can see the path I might be dominant in the page above that points to the matrix file?  I want to just make sure that the XML file is located on the link server in a directory above.

    Thank you.

    Sorry - I was referring to your second question on downloading the file with FTP. If you want to download it with WP, and then delete the existing since the first Panel to SUPPORT XML file.

  • How to script instead of JPG files SWF files in the XML loader?

    I have a SWF (platform greensock.com) charger and a thumbnail image scroll under it made small image buttons. Each button image has a link that loads a SWF file into the SWF loader above. Here is the code for each button that loads the largest SWF in the charger above:

    Button3.addEventListener(MouseEvent.CLICK, Button3_PlayPopUp);
    
    function Button3_PlayPopUp(event:MouseEvent): void { 
        //setting the sourceVar
        sourceVar="3.swf";
        //making the SWFLoader load
        //as setting the soureVar after the SWFLoader is created won't do anything unlesss 
        //I also re-create the SWFLoader with the new sourceVar when the button is clicked
        loader_howToLoader2.url = sourceVar;
        loader_howToLoader2.load(true);
        
    }
    

    Then I decided to load all the button via the XML loader. I followed the tutorial on XML Chargers which deals with loading jpg images, and by assigning the URL links to them as follows in the XML file:

    <image src="appThmb_imgs/appThmb_imgs117x175/A-illuminatorUpLit_117x175.jpg" title="UpDownGlowingVase" url="http://www.888acolyte.com"/>
    
    

    and then in AS3 like this:

    var xmlLoader:URLLoader = new URLLoader();
    
    thisOne.link = imageList[item].attribute("url");
    
    
    
    function clickScrollerItem(e:MouseEvent):void {
     //trace("clicked item " + e.currentTarget.itemNum + " - visit url: " + e.currentTarget.link);
     var urlRequest:URLRequest = new URLRequest(e.currentTarget.link);
     try {
     navigateToURL(urlRequest);
     }
     catch (e:Error) {
     // handle error here
     trace(e);
     }
    }
    

    My question is: How can I ask for the code to every each small button thumbnail to load a larger image in the SWF loader above? I have to add something to the XML file or this way, it will never work with jpg images? URL in the adjustable XML source var (//setting the sourceVar), because they are all individual and somehow then apply taken SWL loader to load the game (//making load SWFLoader) as a standard somewhere in the AS3 code?

    Yes, you did.  I missed that.

    If you have used the link instead of urlString:

    function clickScrolleritem(e:MouseEvent):void {}

      loader_howToLoader2.url = MovieClip(e.currentTarget).link;
        loader_howToLoader2.load(true);

    }

Maybe you are looking for

  • Why is Mail gel (3124) v 9.3?

    Seems to happen more often delayed. Not sure, it is bound to a specific action. Do not think that this started before the upgrade to El Capitan.

  • Problems with Gmail on iPad Air2

    iPad Air2 abruptly stopped, sending notifications for GMail. I have to open the mail application, choose gmail, open Inbox and pull down to get new messages. I tried soft reboot, hard reboot and uninstall reinstall gmail. Any suggestion would be appr

  • Pavilion DV8 wants to check the integrity of the disk at startup

    more boring and tedious. I checked the drives using speedfan and they seem ok. Any suggestions?

  • Envy 15 15-j011dx cannot move to 8.1 after USB Recorvering

    Hello I bought an Envy 15-j011dx Windows 8 and the first night with him, am I on Windows 8.1 using Wfter indows store without any problem. After a lot of testing and to use it for a while, I decided to restore to factory conditon to make final instal

  • No Video Capture, using Vista and HP TouchSmart.

    I have windows vista and I have already captured video via firewire, I use the hp touchsmart. I haven't used firewire at least 6 months and now the camera is not recognized. Ive checked drivers, lead and camera. all seem ok. Ive read somewhere that a