Error 1085

what should i do to remove this error
i cant add my widget
and also cant install extension ....
i reinstalled widget browser .. but error did not go............

Adobe Newsbot hopes that the following resources helps you.
NewsBot is experimental and any feedback (reply to this post) on
its utility will be appreciated:
Flex 3 - About code editing in Flex Builder:
The configuration of the Flex Development perspective depends
on which editor ... error indicators are displayed next to the line
of code in the editor and
Link:
http://livedocs.adobe.com/flex/3/html/code_editor_2.html
Daniel Harfleet: Java Development in Flex Builder:
Java Development in Flex Builder. This coffee break guide
will show you how to set up Eclipse .... In the New Flex Project
Wizard it is giving me an error.
Link:
http://weblogs.macromedia.com/dharfleet/archives/2006/07/java_developmen.cfm
Flex 3 - About Flex Builder perspectives:
The Flex Development perspective includes the editors and
views you need ... The Outline view also displays syntax error
alerts that the compiler generates.
Link:
http://livedocs.adobe.com/flex/3/html/intro_workbench_4.html
Dustin's Software Development Cogitations and Speculations:
It is very convenient during Flex development to have my
fault handler methods automatically put fault and error information
into my clipboard so that I can
Link:
http://marxsoftware.blogspot.com/2007/11/placing-flex-errorfault-information-on.html
Flex 3 - Comparing the Error classes:
Adobe Flex 3 Help ... ActionScript provides a number of
predefined Error classes. ... to aid ActionScript 3.0 application
development and debugging.
Link:
http://livedocs.adobe.com/flex/3/html/11_Handling_errors_11.html
Disclaimer: This response is generated automatically by the
Adobe NewsBot based on Adobe
Community
Engine.

Similar Messages

  • TypeError: Error #1085: Actionscript 3 videoplayer

    Hi
    I have a videoplayer that loads video from xml and players it. The code works well when loading the xml.
    But because I need it to run the video on the server I user php code that echos xml to access videos:
    $selectvideos=mysql_query("SELECT * FROM Videos");
    echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n";
    echo "<playlist id=\"output applications\">\n";
    while($milo=mysql_fetch_assoc($selectvideos))
        $title=$milo['title'];
        $desc=$milo['desc'];
       $src=$milo['video'];
        $thumbphoto=$milo['thumb'];
         echo '<vid Title="'.$title.'" Description="'.$desc.'" src="'.$src.'" thumb="'.$thumbphoto.'" />'."\n";
    echo "</playlist>\n";
    I then have actionscript:
    package {
        import flash.display.MovieClip;
        import flash.net.URLLoader;
        import flash.net.URLRequest;
        import flash.events.Event;
        import fl.controls.listClasses.CellRenderer;
        import fl.controls.ScrollBarDirection;
        import flash.text.TextFormat;
        import fl.controls.TextArea;
        public class VideoPlaylist extends MovieClip {
            private var xmlLoader:URLLoader;
            private var textStyle:TextFormat;
            private var description:TextArea;
            public var str:String;
            var stream:Array = new Array();
            public function VideoPlaylist():void {
                // Load the playlist file, then initialize the media player.
                xmlLoader = new URLLoader();
                xmlLoader.addEventListener(Event.COMPLETE, initMediaPlayer);
                xmlLoader.load(new URLRequest("testflow.php"));
            public function initMediaPlayer(event:Event):void {
                var myXML:XML=new XML(xmlLoader.data);
                var item:XML;
                for each (item in myXML.vid) {// populate playlist.
                    // Get thumbnail value and assign to cellrenderer.
                    var thumb:String;
                    if (item.hasOwnProperty("@thumb")>0) {
                        thumb=item.@thumb;
                    }// Send data to tileList.
                    stream.push({label:item.attribute("Title").toXMLString(),str:item.attribute("Description" ).toXMLString(),
                    data:item.attribute("src").toXMLString(),
                    source:thumb});
                myVid.source=stream[0].data;
                // Pause video until selected or played.
                myVid.play();
    The action script is suppose to play the file loaded by xml and plays it on videoplayer.
    The xml works well but when using the php above this error pops up:
    TypeError: Error #1085: The element type "param" must be terminated by the matching end-tag "</param>".
        at VideoPlaylist/initMediaPlayer()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()

    Hi thanks for the reply. Greatly appreciant.
    This is what the trace outputs.
    <?xml version="1.0" encoding="UTF-8" ?>
    <playlist id="output applications">
    <vid Title="First video" Description="This is the first expishare video to run on the system. Okay." src="Videos/robot.flv" thumb="Thumb/robot.png" />
    </playlist>
    <html>
    <head>
    <title>Video Upload Form</title>
    <body>
    <form method="POST" name="frmVideoUpload" enctype="multipart/form-data" action="">
      <p>Video:  </p>
      <p>
        <input type="file" name="filename" />
        <br/>
        <input type="submit" name="cmdSubmit" value="Upload" />
        </p>
    </form>
    <br/>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="400" title="Player">
        <param name="movie" value="UP-MODE.swf">
        <param name="quality" value="high">
        <embed src="UP-MODE.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="400"></embed>
      </object>
    </body>
    </html>
    TypeError: Error #1085: The element type "param" must be terminated by the matching end-tag "</param>".
        at VideoPlaylist/initMediaPlayer()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()

  • License Validation Service (LVS) - Error #1085

    Hi all,
    when clicking on [Query] in the SAP LVS Report Viewer, I am asked for user data (which I suppose is the windows log in data of the machine that is entered in the field Server Address).
    When I enter this data, I get the error #1085 without any more information.
    Can anyone help me here?
    Thx a lot
    Agnes

    Hello Agnes,
    The correct values are in the report viewer:
    >http://localhost:30005 or http://servername:30005
    You may check the values in
    C:Program FilesSAPSAP Business One LVSLV Service SAP.LVService.exe.config file,
    section http://server:30006
    Regards
    János

  • Error 1085 : The element "LINK" must be terminated.

    I am moving a working Flex application from a development
    server to a testing server. When I run my application, I get the
    Error 1085, referencing the element "LINK".
    However, I do not have any elements named LINK. Why would I
    be getting this?

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - About code editing in Flex Builder:
    The configuration of the Flex Development perspective depends
    on which editor ... error indicators are displayed next to the line
    of code in the editor and
    Link:
    http://livedocs.adobe.com/flex/3/html/code_editor_2.html
    Daniel Harfleet: Java Development in Flex Builder:
    Java Development in Flex Builder. This coffee break guide
    will show you how to set up Eclipse .... In the New Flex Project
    Wizard it is giving me an error.
    Link:
    http://weblogs.macromedia.com/dharfleet/archives/2006/07/java_developmen.cfm
    Flex 3 - About Flex Builder perspectives:
    The Flex Development perspective includes the editors and
    views you need ... The Outline view also displays syntax error
    alerts that the compiler generates.
    Link:
    http://livedocs.adobe.com/flex/3/html/intro_workbench_4.html
    Dustin's Software Development Cogitations and Speculations:
    It is very convenient during Flex development to have my
    fault handler methods automatically put fault and error information
    into my clipboard so that I can
    Link:
    http://marxsoftware.blogspot.com/2007/11/placing-flex-errorfault-information-on.html
    Flex 3 - Comparing the Error classes:
    Adobe Flex 3 Help ... ActionScript provides a number of
    predefined Error classes. ... to aid ActionScript 3.0 application
    development and debugging.
    Link:
    http://livedocs.adobe.com/flex/3/html/11_Handling_errors_11.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • TypeError: Error #1085

    Hello,
    I've posted a question on dreamweaver forums, but it seems its not easy to solve this one
    does anyone had this error when loading data from database in serverside, but working on localhost? I mean, when running my app on mamp (on mac) or mamp (unther windows xp), i get no errors, not even a warning using flash tracer to acomplish developing.
    when uploading this to real server, two diferent ones, I get this error... checking google, it seems it is a bad xml formating issue, something like an missing tag, but again, the same code runs nice on localhost...
    what can it be?
    could this be a time issue? I'm not an expert on php, how to add a timer to make sure my function is finished?
    Thanks!
    sample code at
    http://forums.adobe.com/message/2059387#2059387

    got it!
    or better, it works, but i don't really know why...
    i changed the function order inside php
    in spite of having
    ffunction getFamilias($tabela, $nivel = 0)
    and then
    function getSubFamilias($tabela, $id, $nivel)
    i did
    function getSubFamilias($tabela, $id, $nivel)
    function getFamilias($tabela, $nivel = 0)
    Thanks for reply :-)

  • Error #1085: The element type "elements" must be terminated by the matching end-tag " /elements "." faultCode="Client.CouldNotDecode"

    Hello everyone,
    I'm using an httpservice with a php script and resultformat "e4x".
    When I call my script directly in my browser, I receive a well formatted XML file (I think so as I can even see the closing tag </elements>).
    But, in my application, the debugger gives me the error saying that the end-tag is not there...
    Can you please help me?
    Here's the script:
    <?php
    //Set no caching
    header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
    header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
    header("Cache-Control: no-store, no-cache, must-revalidate");
    header("Cache-Control: post-check=0, pre-check=0", false);
    header("Pragma: no-cache"); 
    header("Content-Type: text/xml");
    // Connect to MySQL database
    require_once('database/ConnectDB.php');
    mysql_select_db($database_ConnectDB, $ConnectDB);
    function DisplayElements($zone_id){
        $query = "
                SELECT
                    element.element_id, element.name, element.description, element.zone_id, actval
                    FROM element
                    LEFT JOIN elm_motor USING (element_id)
                    LEFT JOIN modregister USING (element_id)
                    LEFT JOIN module USING (module_id)
                    WHERE element.type_sw_id = 602
                    AND module.status >= 128 AND element.zone_id = $zone_id
                    GROUP BY element.element_id ORDER BY name
            $result = mysql_query($query) or die(mysql_error());
        while($data=mysql_fetch_assoc($result)){
            echo '<element id="'.$data['element_id'].'" name="'.$data['name'].'" description="'.$data['description'].'" zone_id="'.$data['zone_id'].'" actval="'.$data['actval'].'" prefval="'.$data['prefval'].'"/>';
    $zone_id = $_POST["zone_id"];
    echo '<elements>';
    DisplayElements($zone_id);
    echo '</elements>';
    ?>
    Thank you very much,
    a beginner...

    The problem is that your PHP script is only going to provide a single response, so the second echo never gets to your Flex app.
    Store the result in a variable and echo that:
    $returnVal = "<elements>";
    ... code to add elements
    $returnVal = "</elements>";
    echo $returnVal;
    If this post answers your question or helps, please mark it as such.

  • Impossible #1085 error

    I have 2 identical versions of an XML file read by a trivial program with HTTPService.
    I have 2 versions of the program, identical except for the data file names.
    I know they're identical, since I can toggle the error by changing only the file name in one program.
    One runs fine, the other gets a 1085 runtime error. ???????????????????
    I'm afraid to just use the version that runs, since I have a lot more work to do on the programs and data, and don't want to have this unexplained error hanging over my head.
    The reason I have 2 identical versions of the data is that in debugging it, I transferred the XML in pieces to a new file, to isolate the errors.
    The 2 data files now come out identical using the diffdaff file comparator.
    The XML is found to have no errors by the W3 XML validator, so there are no unmatched tags.
    The original file, paralog.xml is read by program readParalog.mxml and results in a 1085 error.
    The second file, testdata.xml is read by program readTestData.mxml and runs beautifully.
    I attach the program file paralog.xml and the readParalog.mxml program which gives the 1085 error.
    I don't yet have FlexBuilder (I just broke down and ordered it.)
    Any suggestions would be appreciated!
    =======================================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal"
      creationComplete="initApp()">
    <!-- file readParalog.mxml -->
        <mx:HTTPService    id="getData" url="data/paralog.xml" resultFormat="e4x" result="resultHandler(event)" fault="faultHandler(event)"/>
        <mx:VBox width="70%" height="100%">
          <mx:Panel title="XML file" width="100%" height="100%">
            <mx:TextArea    width="100%" height="100%" editable="false" text="{xmlData.toXMLString()}"/>
          </mx:Panel>
        </mx:VBox>
    <mx:Script>
        <![CDATA[
          import mx.controls.Alert;
          import mx.rpc.events.ResultEvent;
          import mx.rpc.events.FaultEvent;
          import mx.collections.ArrayCollection;
          [Bindable]
          private var xmlData:XML;
          private function initApp():void       { getData.send(); }
          private function resultHandler(event:ResultEvent):void       { xmlData = event.result as XML;  }
          private function faultHandler(event:FaultEvent):void     { Alert.show("Error: " + event.fault.faultString, "Application Error");    }
        ]]>
    </mx:Script>
    </mx:Application>
    ==============================================================
    Here's the data:
    <?xml version="1.0"?>
    <case>
    <title>DISTRICT OF COLUMBIA et al. v. HELLER</title>
    <detail>
    <docket>U.S. Supreme Court No. 07-290</docket>
    <date>2008-06-26</date>
    <syllabus>07-290.Sy.html</syllabus>
    <decision author="AS">MU-07-290.Op.AS.html</decision>
    <dissent author="JS">MU-07-290.Di.JS.html</dissent>
    <dissent author="SB">MU-07-290.Di.SB.html</dissent>
    </detail>
    <issue id="i1">
        <question>
        Does the Second Amendment protect an individual right to possess a usable handgun and to use it for traditionally lawful purposes, such as self-defense within the home? 
        </question>
        <claim id="i1Y" author="AS" textAt="07-290.AS#S18, 07-290.AS#S625"
                        supportedBy="(i1Yg1)" >
            <statement>Yes. It held that the Second Amendment protects an individual right to possess firearms and that the [District of Columbia]’s total ban on handguns, as well as its requirement that firearms in the home be kept nonfunctional even when necessary for self-defense, violated that right.</statement>
        </claim>
        <claim id="i1N1" author="JS" textAt="07-290.JS#GETTHIS" opposedBy="(i1N1g1)">
            <statement>No. The prefatory clause demonstrates that it protects only the right to possess and carry a firearm in connection with militia service.</statement>
        </claim>
        <claim id="i1N2" author="SB" textAt="07-290.SB#GETTHIS">
            <statement>No</statement>
        </claim>
    </issue><!--i1-->
    <grounds id="i1Yg1" supports="i1Y">
    <ruleclaim id="i1Yg1r1" ruletype="constitution" strength="certain" force="binding" textAt="07-290.AS#S26">
        <rule>A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed</rule>
        <citation>U.S. Constitution, Second Amendment</citation>
    </ruleclaim><!--i1Yg1r1-->
    <ruleclaim id="i1Yg1r2" ruletype="judicial decision" strength="certain" force="strong" textAt="07-290.AS#S27" >
        <rule>[t]he Constitution was written to be understood by the voters; its words and phrases were used in their normal and ordinary as distinguished from technical meaning</rule>
        <citation>United States v. Sprague, 282 U. S. 716, 731 (1931)</citation>
        <citation>Gibbons v. Ogden, 9 Wheat. 1, 188 (1824)</citation>
    </ruleclaim><!--i1Yg1r2-->
    </grounds><!--i1Yg1-->
    <grounds id="i1N1g1" opposes="i1N1">
    <factclaim id="i1N1g1f1" ruletype="treatise" force="persuasive" textAt="07-290.AS#S39">
        <evidence>other legal documents of the founding era, particularly individual-rights provisions of state constitutions, commonly included a prefatory statement of purpose</evidence>
        <citation>Volokh, The Commonplace Second Amendment, 73 N. Y. U. L. Rev. 793, 814-821 (1998)</citation>
    </factclaim>
    <ruleclaim id="i1N1g1r1" ruletype="treatise" force="persuasive" textAt="07-290.AS#S44">
        <rule>Apart from a clarifying function, a prefatory clause does not limit or expand the scope of the operative clause.</rule>
        <citation>F. Dwarris, A General Treatise on Statutes 268-269 (P. Potter ed. 1871);T. Sedgwick, The Interpretation and Construction of Statutory and Constitutional Law 42-45 (2d ed. 1874); J. Bishop, Commentaries on Written Laws and Their Interpretation §51, p. 49 (1882) (quoting Rex v. Marks, 3 East, 157, 165 (K. B. 1802)</citation>
    </ruleclaim>
    </grounds><!--i1N1g1-->
    <grounds id="i1Yg2" supports="i1Y">
    <argument id="i1Yg2a1" type="enthymeme">
        <statement id="i1Yg2a1s1">The Second Amendment "right of the people" refers unambiguously to right of individual persons, not a "collective" right</statement>
        <ruleclaim id="i1Yg2a1r1" ruletype="unstated" >If a phrase is used several times in a document with an unambiguous meaning, an ambiguous use should be interpreted the same way as the others.</ruleclaim>
        <factclaim id="i1Yg2a1f1" textAt="07-290.AS#S50">
            <evidence type="textual">The phrase "right of the people" is used two other times, in the First Amendment’s Assembly-and-Petition Clause and in the Fourth Amendment’s Search-and-Seizure Clause, both times with unambiguous reference to individual, not collective rights</evidence>
            <citation>U.S. Constitution, 1st and 4th Amendments</citation>
        </factclaim>
        <factclaim id="i1Yg2a1f2" textAt="07-290.AS#S53">
            <evidence>Three provisions arguably refer to "the people" acting    collectively--but they deal with the exercise or reservation of powers, not rights</evidence>
            <citation>U.S. Constitution, preamble, Article I §2 (providing that "the people" will choose members of the House), and the Tenth Amendment (providing that those powers not given the Federal Government remain with "the States" or "the people")</citation>
        </factclaim>
        <factclaim id="i1Yg2a1f3" textAt="07-290.AS#S55">
            <evidence>Nowhere else in the Constitution does a "right" attributed to "the people" refer to anything other than an individual right</evidence>
            <citation>unsupported</citation>
        </factclaim>
        <factclaim id="i1Yg2a1f4" textAt="07-290.AS#S56">
            <evidence>in all six other provisions of the Constitution that mention "the people," the term unambiguously refers to all members of the political community, not an unspecified subset.</evidence>
            <citation>unsupported</citation>
        </factclaim>
        <ruleclaim id="i1Yg2r2" textAt="07-290.AS#S57" ruletype="dicta" force="persuasive" strength="weak">
            <rule>'[T]he people' seems to have been a term of art employed in select parts of the Constitution… . [Its uses] sugges[t] that 'the people' protected by the Fourth Amendment, and by the First and Second Amendments, and to whom rights and powers are reserved in the Ninth and Tenth Amendments, refers to a class of persons who are part of a national community or who have otherwise developed sufficient connection with this country to be considered part of that community</rule>
            <citation>United States v. Verdugo-Urquidez, 494 U. S. 259, 265 (1990)</citation>
        </ruleclaim>
    </argument>
    </grounds><!--i1Yg2-->
    </case>

    Interesting. One little suggestion look in the Fx documentation what 
    the error 1085 stands for.
    Are the two apps mxml identical as well?
    Sincerely,
    Michael
    El 10/05/2009, a las 22:29, hsfrey <[email protected]> escribió:
    >
    I have 2 identical versions of an XML file read by a trivial 
    program with HTTPService.
    I have 2 versions of the program, identical except for the data 
    file names.
    I know they're identical, since I can toggle the error by changing 
    only the file name in one program.
    *One runs fine, the other gets a 1085 runtime 
    error.* ???????????????????
    I'm afraid to just use the version that runs, since I have a lot 
    more work to do on the programs and data, and don't want to have 
    this unexplained error hanging over my head.
    >
    The reason I have 2 identical versions of the data is that in 
    debugging it, I transferred the XML in pieces to a new file, to 
    isolate the errors.
    >
    The 2 data files now come out identical using the diffdaff file 
    comparator.
    The XML is found to have no errors by the W3 XML validator, so there 
    are no unmatched tags.
    >
    The original file, paralog.xml is read by program readParalog.mxml 
    and results in a 1085 error.
    The second file, testdata.xml is read by program readTestData.mxml 
    and runs beautifully.
    >
    I attach the program file paralog.xml and the readParalog.mxml 
    program which gives the 1085 error.
    >
    I don't yet have FlexBuilder (I just broke down and ordered it.)
    >
    Any suggestions would be appreciated!
    =======================================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
    layout="horizontal"
      creationComplete="initApp()">
    >
    <!-- file readParalog.mxml -->
    >
        <mx:HTTPService    id="getData" url="data/paralog.xml" 
    resultFormat="e4x" result="resultHandler(event)" 
    fault="faultHandler(event)"/>
    >
        <mx:VBox width="70%" height="100%">
          <mx:Panel title="XML file" width="100%" height="100%">
            <mx:TextArea    width="100%" height="100%" editable="false" 
    text="{xmlData.toXMLString()}"/>
          </mx:Panel>
        </mx:VBox>
    >
    <mx:Script>
        <![CDATA[
          import mx.controls.Alert;
          import mx.rpc.events.ResultEvent;
          import mx.rpc.events.FaultEvent;
          import mx.collections.ArrayCollection;
    >
          private var xmlData:XML;
          private function initApp():void       { getData.send(); }
          private function resultHandler(event:ResultEvent):void       
    { xmlData = event.result as XML;  }
          private function faultHandler(event:FaultEvent):void     
    { Alert.show("Error: " + event.fault.faultString, "Application 
    Error");    }
        ]]>
    </mx:Script>
    </mx:Application>
    ==============================================================
    >
    Here's the data:
    >
    <?xml version="1.0"?>
    >
    <case>
    <title>DISTRICT OF COLUMBIA et al. v. HELLER</title>
    <detail>
    <docket>U.S. Supreme Court No. 07-290</docket>
    <date>2008-06-26</date>
    <syllabus>07-290.Sy.html</syllabus>
    <decision author="AS">MU-07-290.Op.AS.html</decision>
    <dissent author="JS">MU-07-290.Di.JS.html</dissent>
    <dissent author="SB">MU-07-290.Di.SB.html</dissent>
    </detail>
    >
    <issue id="i1">
        <question>
        Does the Second Amendment protect an individual right to possess 
    a usable handgun and to use it for traditionally lawful purposes, 
    such as self-defense within the home?
        </question>
        <claim id="i1Y" author="AS" textAt="07-290.AS#S18, 07-290.AS#S625"
                        supportedBy="(i1Yg1)" >
            <statement>Yes. It held that the Second Amendment protects 
    an individual right to possess firearms and that the [District of 
    Columbia]’s total ban on handguns, as well as its requirement that f
    irearms in the home be kept nonfunctional even when necessary for se
    lf-defense, violated that right.</statement>
        </claim>
        <claim id="i1N1" author="JS" textAt="07-290.JS#GETTHIS" 
    opposedBy="(i1N1g1)">
            <statement>No. The prefatory clause demonstrates that it 
    protects only the right to possess and carry a firearm in connection 
    with militia service.</statement>
        </claim>
        <claim id="i1N2" author="SB" textAt="07-290.SB#GETTHIS">
            <statement>No</statement>
        </claim>
    </issue><!i1>
    >
    <grounds id="i1Yg1" supports="i1Y">
    <ruleclaim id="i1Yg1r1" ruletype="constitution" strength="certain" 
    force="binding" textAt="07-290.AS#S26">
        <rule>A well regulated Militia, being necessary to the security 
    of a free State, the right of the people to keep and bear Arms, 
    shall not be infringed</rule>
        <citation>U.S. Constitution, Second Amendment</citation>
    </ruleclaim><!i1Yg1r1>
    <ruleclaim id="i1Yg1r2" ruletype="judicial decision" 
    strength="certain" force="strong" textAt="07-290.AS#S27" >
        <rule>[t]he Constitution was written to be understood by the 
    voters; its words and phrases were used in their normal and ordinary 
    as distinguished from technical meaning</rule>
        <citation>United States v. Sprague, 282 U. S. 716, 731 (1931)</
    citation>
        <citation>Gibbons v. Ogden, 9 Wheat. 1, 188 (1824)</citation>
    </ruleclaim><!i1Yg1r2>
    </grounds><!i1Yg1>
    >
    <grounds id="i1N1g1" opposes="i1N1">
    <factclaim id="i1N1g1f1" ruletype="treatise" force="persuasive" 
    textAt="07-290.AS#S39">
        <evidence>other legal documents of the founding era, 
    particularly individual-rights provisions of state constitutions, 
    commonly included a prefatory statement of purpose</evidence>
        <citation>Volokh, The Commonplace Second Amendment, 73 N. Y. U. 
    L. Rev. 793, 814-821 (1998)</citation>
    </factclaim>
    <ruleclaim id="i1N1g1r1" ruletype="treatise" force="persuasive" 
    textAt="07-290.AS#S44">
        <rule>Apart from a clarifying function, a prefatory clause does 
    not limit or expand the scope of the operative clause.</rule>
        <citation>F. Dwarris, A General Treatise on Statutes 268-269 (P. 
    Potter ed. 1871);T. Sedgwick, The Interpretation and Construction of 
    Statutory and Constitutional Law 42-45 (2d ed. 1874); J. Bishop, 
    Commentaries on Written Laws and Their Interpretation §51, p. 49 (18
    82) (quoting Rex v. Marks, 3 East, 157, 165 (K. B. 1802)</citation>
    </ruleclaim>
    </grounds><!i1N1g1>
    >
    <grounds id="i1Yg2" supports="i1Y">
    <argument id="i1Yg2a1" type="enthymeme">
        <statement id="i1Yg2a1s1">The Second Amendment "right of the 
    people" refers unambiguously to right of individual persons, not a 
    "collective" right</statement>
        <ruleclaim id="i1Yg2a1r1" ruletype="unstated" >If a phrase is 
    used several times in a document with an unambiguous meaning, an 
    ambiguous use should be interpreted the same way as the others.</
    ruleclaim>
        <factclaim id="i1Yg2a1f1" textAt="07-290.AS#S50">
            <evidence type="textual">The phrase "right of the people" is 
    used two other times, in the First Amendment’s Assembly-and-Petition
    Clause and in the Fourth Amendment’s Search-and-Seizure Clause, bot
    h times with unambiguous reference to individual, not collective rig
    hts</evidence>
            <citation>U.S. Constitution, 1st and 4th Amendments</citation>
        </factclaim>
        <factclaim id="i1Yg2a1f2" textAt="07-290.AS#S53">
            <evidence>Three provisions arguably refer to "the people" 
    acting    collectively--but they deal with the exercise or 
    reservation of powers, not rights</evidence>
            <citation>U.S. Constitution, preamble, Article I §2 (providi
    ng that "the people" will choose members of the House), and the Tent
    h Amendment (providing that those powers not given the Federal Gover
    nment remain with "the States" or "the people")</citation>
        </factclaim>
        <factclaim id="i1Yg2a1f3" textAt="07-290.AS#S55">
            <evidence>Nowhere else in the Constitution does a "right" 
    attributed to "the people" refer to anything other than an 
    individual right</evidence>
            <citation>unsupported</citation>
        </factclaim>
        <factclaim id="i1Yg2a1f4" textAt="07-290.AS#S56">
            <evidence>in all six other provisions of the Constitution 
    that mention "the people," the term unambiguously refers to all 
    members of the political community, not an unspecified subset.</
    evidence>
            <citation>unsupported</citation>
        </factclaim>
        <ruleclaim id="i1Yg2r2" textAt="07-290.AS#S57" ruletype="dicta" 
    force="persuasive" strength="weak">
            <rule>'[T]he people' seems to have been a term of art 
    employed in select parts of the Constitution… . sugges[t]
    that 'the people' protected by the Fourth Amendment, and by the Fir
    st and Second Amendments, and to whom rights and powers are reserved
    in the Ninth and Tenth Amendments, refers to a class of persons who
    are part of a national community or who have otherwise developed su
    fficient connection with this country to be considered part of that 
    community</rule>
            <citation>United States v. Verdugo-Urquidez, 494 U. S. 259, 265 (1990
    )</citation>
        </ruleclaim>
    </argument>
    </grounds><!i1Yg2>
    </case>
    >

  • Dynamic xml from php script throws error: #1088 or #1085

    Hi,
    I'm importing xml formatted data from mysql via php script:
    [code]
    <?php
    require_once('require.php');
    $result = mysql_query("SELECT * FROM `songs`");
    if($result)
        header ("Content-Type: text/xml");
        echo"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n";
        echo"<songComments>\n";
        while ($row = mysql_fetch_array($result))
            echo"<testimonial>\n";
            echo"<songComment>" . $row['title'] . "</songComment>\n";
            echo"</testimonial>\n";
        echo"</songComments>\n";
    ?>
    [/code]
    In one of my flash projects it's working just fine. But in the new one that I just sterted not anymore. And i have no idea why. I get this errors:
    TypeError: Error #1085: The element type "songComments\n" must be terminated by the matching end-tag "</songComments\n>".
    or:
    TypeError: Error #1088: The markup in the document following the root element must be well-formed.
    When I output that php into txt file and loaded in flash everything is fine, but not from php script directly.
    Could it have something to do with that I'm testing that mysql locally on my computer using WAMP ? Previous project got all data from mysql from server.

    Ho could I trace what flash sees?
    var url:URLLoader = new URLLoader();
    url.addEventListener(Event.COMPLETE, xmlLoaded);
    url.load(new URLRequest("getDataFromDB.php"));
    private function xmlLoaded(event:Event):void {
                myXML = new XML(event.target.data);
                trace(myXML);
    I  got rid of that \n everywhere or move them around  and it's still the same error 1088 or 1085

  • Nothing but CFC errors..

    Ok.. so here's the layout;
    My personal computer:
              Flex Builder 3
              MAC Leopard
              Dreamweaver CS4
    Server:
              ColdFusion MX 6.1 (fully updated)
              IIS
    Trying to build a simple CFC to retrieve a record of data from a datasource from within Flex.  When I visit the WSDL URL (http://blah.blah.com/mycfc/db_getbrat.cfc?wsdl), it shows the following:
    <wsdl:definitions targetNamespace="http://mycfc">
    <wsdl:portType name="db_getBrat">
      </wsdl:portType>

    <wsdl:binding name="db_getBrat.cfcSoapBinding" type="impl:db_getBrat">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    </wsdl:binding>

    <wsdl:service name="db_getBratService">

    <wsdl:port name="db_getBrat.cfc" binding="impl:db_getBrat.cfcSoapBinding">
    <wsdlsoap:address location="http://blah.blah.com/mycfc/db_getBrat.cfc"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    So it appears that the CFC is working and loaded.  I have even tested the code within the CFC (the SQL query and output) using a basic .CFM file, and it works perfectly.  So I know the DSN and query are working.
    However, when I use the following code:
         <mx:WebService id="srv" wsdl="http://blah.blah.com/mycfc/db_getBrat.cfc?wdsl" useProxy="false" showBusyCursor="true" />
        <mx:DataGrid dataProvider="{srv.retrieveBrat.lastResult}" width="726" height="194" x="25" y="10">
            <mx:columns>
                <mx:DataGridColumn dataField="contactid" headerText="Contact ID"/>
                <mx:DataGridColumn dataField="firstname" headerText="First Name"/>
                <mx:DataGridColumn dataField="lastname" headerText="Last Name"/>
            </mx:columns>
        </mx:DataGrid>
        <mx:Button label="Get Data" click="srv.retrieveBrat()" x="25" y="212"/>
    I get the following error in a popup after the application loads:
    RPC Fault faultString="Error #1085: The element type "br" must be terminated by the matching end-tag "</br>"." faultCode="Client.CouldNotDecode" faultDetail="Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://blah.blah.com/mycfc/db_getBrat.cfc?wdsl)"]
        at mx.rpc.wsdl::WSDLLoader/faultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\ rpc\wsdl\WSDLLoader.as:98]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[C:\autobuild\3.2.0\framewor ks\projects\rpc\src\mx\rpc\AbstractInvoker.as:170]
        at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()[C:\autobuild\3.2.0\frameworks\ projects\rpc\src\mx\rpc\http\HTTPService.as:925]
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[C:\autobuild\3.2.0\frameworks\ projects\rpc\src\mx\rpc\AbstractInvoker.as:188]
        at mx.rpc::Responder/result()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responde r.as:43]
        at mx.rpc::AsyncRequest/acknowledge()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\ AsyncRequest.as:74]
        at DirectHTTPMessageResponder/completeHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\s rc\mx\messaging\channels\DirectHTTPChannel.as:403]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    And when I run a .CFM file to <cfinvoke..> the CFC, I get the following error:
    Name: http://blah.blah.com/mycfc/db_getBrat.cfc?wdsl.
    WSDL: http://blah.blah.com/mycfc/db_getBrat.cfc?wdsl. org.xml.sax.SAXException:
    Fatal Error: URI=null Line=40: Expected "" to terminate element starting on line 16.
    Only problem is.. there IS no line 16 in the CFC.. but that's the right one.  Only one in there.  And that very same URL in my browser pulls up
    the WSDL info above.
    Anyone have a clue as to why this is happening?  I'm about to throw the computers out the window.  (well.. not really.. too expensive)
    Thanks to all, in advance, for any help..

    couple things, how come you didnt use and mx:operation tag between the mx:webservice open and close tags?  im not sure if thats even the issue but to me it makes it easier because you specify the function inside the cfc you're trying to call by doing this.
    also, most of the time when you get the wsdl error you wrote of, its because of some mal-formed xml.  if your result has any html tags in its output, theres a good chance youll get a parsing error because xml is wicked picky.  youd wanna do a coldfusion string replace function to look for < or > signs.
    if you want, post your flex and cfc code, i just finished doing a few projects doing the exact same stuff so i got it fresh in my head!

  • How to get the HTTP response body if the body is a malformed XML document

    Hi,
    I am using HTTP service with resultFormat = "e4x" set. What i
    get in response is a malformed XML document in
    some cases. Usually HTTPService throws a FaultEvent with the
    fault detail set to faultCode:Client.CouldNotDecode
    faultString:'Error #1091' or some other Error #1085 and so.
    My client tries to log these errors on the server by using
    another HTTP service again. But i would like to know
    in the client code during run time what exact XML response
    came in the first HTTP response.
    How do i retrieve this information?
    thanks,
    Sunil

    service capture or charles debug proxy can do the job.
    flex builder 4 is rumored to include a traffic sniffer as
    well, but that's next year.

  • Trouble loading an xml file - claims not to be terminated correctly

    I'm trying to load some data in an xml file to create a tree view.  Before that I created this code with hardcoded xml definition which works fine and creates my treeview:
    <?xml version="1.0" encoding="utf-8"?>
    <csxs:CSExtension xmlns:fx="http://ns.adobe.com/mxml/2009"
                                              xmlns:s="library://ns.adobe.com/flex/spark"
                                              xmlns:csxs="com.adobe.csxs.core.*"
                                              xmlns:mx="library://ns.adobe.com/flex/mx"
                                              applicationComplete="appComplete()">
              <fx:Script>
                        <![CDATA[
                                  import com.adobe.csxs.core.CSInterface;
                                  [Bindable]
                                  private var hostName:String = HostObject.mainExtension;
                                  public function appComplete():void{
                                            CSInterface.instance.autoThemeColorChange = true;
                                  import mx.collections.ICollectionView;
                                  import mx.events.ListEvent;
                                  private function tree_itemClick(evt:ListEvent):void {
                                            var item:Object = Tree(evt.currentTarget).selectedItem;
                                            if (tree.dataDescriptor.isBranch(item)) {
                                                      tree.expandItem(item, !tree.isItemOpen(item), true);
                                  private function tree_labelFunc(item:XML):String {
                                            var children:ICollectionView;
                                            var suffix:String = "";
                                            if (tree.dataDescriptor.isBranch(item)) {
                                                      children = tree.dataDescriptor.getChildren(item);
                                                      suffix = " (" + children.length + ")";
                                            return item[tree.labelField] + suffix;
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <fx:XML id="myXml">
                                  <root>
                                            <folder label="One">
                                                      <folder label="One.A">
                                                                <item label="One.A.1" />
                                                                <item label="One.A.2" />
                                                                <item label="One.A.3" />
                                                                <item label="One.A.4" />
                                                                <item label="One.A.5" />
                                                      </folder>
                                                      <item label="One.1" />
                                                      <item label="One.2" />
                                            </folder>
                                            <folder label="Two">
                                                      <item label="Two.1" />
                                                      <folder label="Two.A">
                                                                <item label="Two.A.1" />
                                                                <item label="Two.A.2" />
                                                      </folder>
                                            </folder>
                                  </root>
                        </fx:XML>
          </fx:Declarations>
              <mx:Tree id="tree"
                                   dataProvider="{myXml}"
                                   showRoot="false"
                                   labelField="@label"
                                   labelFunction="tree_labelFunc"
                                   width="300"
                                   rowCount="6"
                                   itemClick="tree_itemClick(event);" />
    </csxs:CSExtension>
    So that works.  Now I've created an xml file to replace the hardcoded xml.  The file looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
              <folder label="One">
                        <folder label="One.A">
                                  <item label="1One.A.1" />
                                  <item label="1One.A.2" />
                                  <item label="1One.A.3" />
                                  <item label="1One.A.4" />
                                  <item label="1One.A.5" />
                        </folder>
                        <item label="1One.1" />
                        <item label="1One.2" />
              </folder>
              <folder label="Two">
                        <item label="Two.1" />
                        <folder label="Two.A">
                                  <item label="2Two.A.1" />
                                  <item label="2Two.A.2" />
                        </folder>
              </folder>
    </root>
    And I've replaced the xml creation in the code with:
    <fx:XML id="myXml" source="/Users/rob/Desktop/myXml.xml" />
    However when I try to run this it fails, giving me an error:
    Main Thread (Suspended: TypeError: Error #1085: The element type "root" must be terminated by the matching end-tag "</root>".)
    But my xml file IS terminated correctly.  Any ideas?
    Running Adobe Extension Builder 2.1 on Mac Snowleopard.

    Well I've sorted this one.  For the record if anyone else a similar issue:
    My xml file was missing a carriage return after the </root>.  Seems to be needed.
    The xml file is cached.  Changing the file and re-running the extension is not enough.  I had alter the path, and then alter it back again. This forced the re-caching of the file and allowed my changes to be picked up.
    Hope that was of use to somebody.

  • CS3 Tutorials and Video Workshops will not load

    I am trying to open the Tutorial links and workshops in
    LivDocs for CS3 and I recieve the following message for everything.
    Workshop could not be loaded![FaultEvent fault=[RPC Fault
    faultString="Error #1085" faultCode="Client.CouldNotDecode"
    faultDetail="null"]
    messageId="03422171-AE89-AE7A-349C-82B46E426139" type="fault"
    bubbles=false cancelable=true eventPhase=2]
    Has anyone else had this problem? Is there another membership
    I need to have to make it work?

    Same problem here when trying to view videos in the Design
    Centers Video Workshop. Adobe TV works fine but the workshop is
    throwing the same error as AnneTahoe is having.
    It might be a tech error on the VW site because I see most
    posts about it starting only a few hours ago over the net.
    Hopefully its sorted out soon.

  • Problem in accessing web service

    Hie I am trying to access my webservice and getting
    Error #1085: The element type "meta" must be terminated by
    the matching end-tag "</meta>".
    any suggestions?

    "vikceo" <[email protected]> wrote in
    message
    news:gm1pl9$s5h$[email protected]..
    > hie
    >
    > here is the code:
    >
    > <mx:HTTPService id="headCountService"
    > resultFormat="e4x"
    > fault="headCountService_fault(event);"
    > result="headCountService_result(event);"
    >
    > url="
    http://localhost:8988/HeadCount-HeadCountService-context-root/headcountwsso
    > aphttpport"/>
    >
    >
    > private function
    headCountService_fault(evt:FaultEvent):void {
    > var title:String = evt.type + " (" + evt.fault.faultCode
    + ")";
    > var text:String = evt.fault.faultString;
    > alert = Alert.show(text, title);
    > }
    >
    > private function
    headCountService_result(evt:ResultEvent):void {
    > var statListAll:XMLList = new XMLList(evt.result.stat);
    > }
    >
    > I am calling the service in the main mxml file as
    > <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    > showFlexChrome="false"
    > layout="vertical"
    > preinitialize="headCountService.send();">
    >
    > And error is coming from the method
    headCountService_fault
    Is it possible that your web service is receiving something
    with an ill
    formed tag. I'd second bitwyse's suggestion.

  • Video Gallery Action Script 3

    I am creating a video gallery off of the demo action script
    3, video gallery, that is shown on this site. I have updated the
    XML file that contains the link to the thumbnails and videos to the
    appropriate url. When I test the project out, I get the following
    error:
    TypeError: Error #1085: The element type "video" must be
    terminated by the matching end-tag "</video>".
    at
    fvg::FlashVideoGallery/fvg:FlashVideoGallery::onDataHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    I am fairly new to Action Scripts and would really appreciate
    overcoming this hurdle.
    Thanks
    Ari

    arikanoa wrote:
    > I am creating a video gallery off of the demo action
    script 3, video gallery,
    > that is shown on this site. I have updated the XML file
    that contains the link
    > to the thumbnails and videos to the appropriate url.
    When I test the project
    > out, I get the following error:
    >
    > TypeError: Error #1085: The element type "video" must be
    terminated by the
    > matching end-tag "</video>".
    > at
    fvg::FlashVideoGallery/fvg:FlashVideoGallery::onDataHandler()
    > at
    >
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunctio
    > n()
    > at flash.events::EventDispatcher/dispatchEvent()
    > at
    flash.net::URLLoader/flash.net:URLLoader::onComplete()
    >
    > I am fairly new to Action Scripts and would really
    appreciate overcoming this
    > hurdle.
    >
    > Thanks
    >
    > Ari
    >
    > <?xml version="1.0" encoding="utf-8"?>
    > <!--
    > ***************************************
    > Settings.xml
    > Provides a configurable data source for the Flash Video
    > Gallery application.
    >
    > Configurable Settings:
    > - labels: exposes labels for localization.
    > - links: configure main screen links and resulting urls.
    > - filters(1): creates a list for filtering (up to 4
    filters).
    > - filters(2): creates an alternate list for filtering
    (up to 4 filters).
    > - videos: creates a list of video display information.
    >
    > Note: Text nodes are for localization and node
    attributes
    > are not. The exception is the 'url' attributes...
    >
    > Last Modified: March 2, 2007
    > ***************************************
    > -->
    > <flashvideogallery>
    >
    > <!-- Labels for localization -->
    > <labels>
    > <label name="title"><![CDATA[ActionScript 3.0
    Flash Video Gallery]]></label>
    > <label name="welcome"><![CDATA[<b>Click
    on a thumbnail to view
    > details</b>]]></label>
    > <label name="videoPreview"><![CDATA[Webvideo
    Preview]]></label>
    > </labels>
    >
    > <!-- Links for the main screen (up to 8 sidebar
    links) -->
    > <links>
    > <link name="textLink1"
    > url="
    http://www.adobe.com/products/flash/video/"><![CDATA[Learn
    more about
    > Flash video >]]></link>
    > <link name="textLink2"
    > url="
    http://www.adobe.com/devnet/flash/"><![CDATA[Visit
    the Flash Developer
    > Center >]]></link>
    > <link name="textLink3"
    > url="
    http://www.adobe.com/devnet/flash/articles/video_gallery.html"><![CDATA[Exa
    > mine the gallery source files >]]></link>
    > <link name="textLink4" url="
    http://www.adobe.com"><![CDATA[View
    more
    > examples of Flash video >]]></link>
    > <link name="textLink5"
    > url="
    http://www.adobe.com/products/flash/"><![CDATA[Learn
    about Flash CS3
    > Professional >]]></link>
    > <link name="textLink6" url=""/>
    > <link name="textLink7" url=""/>
    > <link name="textLink8" url=""/>
    > </links>
    >
    > <!-- Filter by list #1 (category radio button and up
    to 4 checkbox filters)
    > -->
    > <filters>
    > <filter name="radio1" view="1"><![CDATA[Filter
    videos by industry]]></filter>
    > <filter name="checkbox1" id="i0"
    view="1"><![CDATA[Content]]></filter>
    > <filter name="checkbox2" id="i1"
    view="1"><![CDATA[Entertainment]]></filter>
    > <filter name="checkbox3" id="i2"
    view="1"><![CDATA[Marketing]]></filter>
    > <filter name="checkbox4" id="i3" view="0"/>
    > </filters>
    >
    > <!-- Filter by list #2 (category radio button and up
    to 4 checkbox filters)
    > -->
    > <filters>
    > <filter name="radio2" view="0"><![CDATA[Filter
    videos by region]]></filter>
    > <filter name="checkbox5" id="r0"
    view="1"><![CDATA[Europe]]></filter>
    > <filter name="checkbox6" id="r1"
    view="1"><![CDATA[North America]]></filter>
    > <filter name="checkbox7" id="r2" view="0"/>
    > <filter name="checkbox8" id="r3" view="0"/>
    > </filters>
    >
    > <!-- List up to 36 videos for display in the gallery
    -->
    > <videos>
    > <video
    preview="thumbnails/Qlippit_3_Adam3_pix_to_grandP-26May07-0523PM.flv"
    >
    flv="video/Qlippit_3_Adam3_pix_to_grandP-26May07-0523PM.flv"
    filter2="r1"
    > filter1="i2">
    > <title><![CDATA[Creative
    Bubble]]></title>
    > <description><![CDATA[Creative Bubble needed a
    way to show their demo reels
    > to the largest audience possible with the best
    experience. Their solution is a
    > Flash-based UI that instantly streams video to their
    home page.]]></description>
    > <moreInfo url="
    http://www.adobe.com"><![CDATA[More
    info...]]></moreInfo>
    > </video>
    > </flashvideogallery>
    >
    1st. If you haven't already, get a nice xml editor such as
    http://www.wmhelp.com/download.htm
    free xmlpad editor for windows. Why? because it supports
    editing the
    dating in 3 different ways: Source <which has syntax/tag
    hilighting ,
    Grid , Table.. the grid is easiest to use and helps avoid
    deleting tags
    by mistake, which is what it sounds like you did based on the
    error
    message. If the above was a straight cut and paste of your
    xml file then
    you are missing
    the </videos> tag that belongs between
    </video> and </flashvideogallery>
    I have personally spent the last week playing with the
    example and
    modifying it to have a scrollbar so that i can show more than
    36 videos,
    and have edited the xml files to add more entries.

  • Something happened to sidecar

    May have missed this with the recent updates but has anything about the sidecar file changed.  Trying to import (multiple import) my sidecar as I usually do bu getting an invalid error #1085?  It's the same xml file we've used for the past year? Nothing unexpected in the code either?

    Oxygen works pretty well, but if you're not doing anything else with XML/XSL, it's a bit excessive. You can just google "XML Validator" and get a host of results. I'd recommend making some screwy XML (deleting some closing tags as an example), and running it through a few validators to see which one you like the best.
    Ex.
    http://validator.aborla.net/
    http://www.xmlvalidation.com/
    http://www.validome.org/xml/
    Alternately, you can prevent this problem altogether in most cases by using a Sidecar generator tool, such as Johannes' Sidecar Generator:
    http://forums.adobe.com/message/3769494

Maybe you are looking for

  • Assigning ResultSet.getDate()

    (Posted this query to Programming forum by mistake earlier, so copying it to this forum. Apologies, I'm a newbie here...) I am using ResultSet.getDate() to get a date field from MSSQL Server database. What variable type do I best assign the returned

  • Two finger scroll in Acrobat Pro

    I'm using a Macbook Pro and have just downloaded Adobe Acrobat Pro.  The application is not allowing me to two-finger scroll between pages.  I can use two fingers to scroll within a page, but it won't allow me to move from page to page using two fing

  • Ridiculous penalty Charges

    Just been told to leave contract will be charged 220 quid!! I'm actually moving in with someone to save for my own place and he already has BT so can't take it with me. I have Broadband Option 1 and anytime calls, been told my contract doesn't end ti

  • How do i get a refund for unauthorized itunes purchases?

    Someone got ahold of my credit card and has changed up over $600 in charges on itunes. The bank is giving me credit back for a portion of it, but i need Apple to do the same for the balance of the unauthorized charges. When i try to call them, I get

  • Error 6000E when try to log in.  In the server log: "snapshot too old"

    I have the error 6000E when i try to log in and in the server log: "snapshot too old" This happened after a power outage. I have tried a few things with the db but no luck yet, Jeff did you ever figure this out?