Xml viewing problem in ie 5

I get the following error, when i am trying to view this xml file in IE 5. Attached are both the xml and xsl file.
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
System error: -2146697195. Error processing resource ''. Line 7, Position 3
]>
-------------xml file------------
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="intro.xsl" ?>
<!DOCTYPE article PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "" [
<!--ArborText, Inc., 1988-1997, v.4001-->
<!ENTITY ldquo '"'>
<!ENTITY rdquo '"'>
]>
<?Pub Inc?>
<article><artheader>
<title>ArborText XSL Demonstration</title>
<authorgroup>
<author><firstname>Norman</firstname><surname>Walsh</surname></author>
</authorgroup>
</artheader>
<sect1>
<title>Setting Up Your System</title>
<para>In order to view these pages, you must be using Microsoft <ulink url="http://www.microsoft.com/ie/ie40/">
Internet Explorer 4.0</ulink> with the <ulink url="http://www.microsoft.com/xml/xsl/downloads/xslctrl.htm">
Microsoft XSL ActiveX Control</ulink>. (Internet Explorer will automatically
download and install the XSL ActiveX Control when you visit this page.)</para>
</sect1>
<sect1>
<title>Viewing XML Documents using XSL</title>
<para>This demonstration uses two XML documents and several XSL stylesheets.
In every case, the exact same, entire XML document is sent to the browser
along with a stylesheet, it is the stylesheet <emphasis>only</emphasis> that
controls what information is displayed.</para>
<para>To proceed with this demonstration, select one of the links on the left.
Each of these links will display the selected XML document with the selected
XSL stylesheet:</para>
<variablelist>
<varlistentry>
<term>Abstract</term><listitem><para>Processes the entire XML document, but
displays only the title, author, and abstract.</para>
</listitem></varlistentry>
<varlistentry>
<term>Table of Contents</term><listitem><para>Processes the entire XML document,
but displays only the title and a Table of Contents. Note that the entries
in the ToC are enumerated by the stylesheet.</para>
</listitem></varlistentry>
<varlistentry>
<term>Full Text</term><listitem><para>Processes and displays the entire XML
document. Note how the copyright statement from meta-information at the
top of the article XML file is displayed at the bottom of the document.
</para>
</listitem></varlistentry>
<varlistentry>
<term>Full Text (Big)</term><listitem><para>Processes and displays the entire
XML document with a larger body font.</para>
</listitem></varlistentry>
</variablelist>
</sect1>
<sect1>
<title>Playing with XML Styler</title>
<para>You can download the files used in this demo to play with XML Styler
on your system:</para>
<orderedlist>
<listitem><para>Download the <ulink url="xsldemo.zip">demo files</ulink>.
</para>
</listitem>
<listitem><para>Unpack them in a directory on your system.</para>
</listitem>
<listitem><para>Using Internet Explorer 4.0, load <emphasis>index.html</emphasis>
from the directory where you unpacked the files.</para>
</listitem>
<listitem><para>Start <ulink url="../index.html">XML Styler</ulink>.</para>
</listitem>
<listitem><para>Open the <emphasis>abstract.xsl&lt ;/emphasis>, <emphasis>toc.xsl
</emphasis>, <emphasis>fulltext.xsl</emphasis>, or <emphasis>bigtext.xsl
</emphasis> stylesheet.</para>
</listitem>
<listitem><para>Modify the stylesheet with XML Styler</para>
</listitem>
<listitem><para>Save the stylesheet</para>
</listitem>
<listitem><para>To see your changes, reload one of the XML documents using
the stylesheet you just modified.</para>
</listitem>
</orderedlist>
</sect1>
<sect1>
<title>C<?Pub Caret1?>reating Your Own</title>
<para>It's easy to create new stylesheets with <emphasis>XML Styler</emphasis>,
but it's a little tricky to get Internet Explorer to display your XML documents
with them. At present, Internet Explorer relies on some HTML &ldquo;glue&rdquo;
in order to display documents using the XSL ActiveX Control.</para>
<para>For more information about the &ldquo;glue&rdquo; layer, please read <ulink
url="http://www.microsoft.com/xml/xsl/downloads/xslctrl.htm">Using the Microsoft
XSL ActiveX Control in a Web Page</ulink>. For more general information about
the XSL ActiveX Control, see the <ulink url="http://www.microsoft.com/xml/xsl">
Microsoft XSL Homepage</ulink>.</para>
</sect1>
</article>
<?Pub *0000004063?>
---------------xsl file-------------
- <xsl>
- <rule>
<root />
- <HTML>
- <HEAD>
- <TITLE>
- <select-elements from="descendants">
- <element type="article">
- <element type="artheader">
<target-element type="title" />
</element>
</element>
</select-elements>
</TITLE>
</HEAD>
- <BODY>
<children />
</BODY>
</HTML>
</rule>
- <rule>
<target-element type="article" />
<children />
</rule>
- <rule>
<target-element type="artheader" />
- <select-elements from="children">
<target-element type="title" />
</select-elements>
- <select-elements from="children">
<target-element type="subtitle" />
</select-elements>
</rule>
- <rule>
<target-element type="author" />
by
<children />
</rule>
- <rule>
- <element type="artheader">
<target-element type="title" />
</element>
- <CENTER>
<IMG SRC="atilogo.gif" ALIGN="RIGHT" />
- <H1>
<children />
</H1>
</CENTER>
<HR />
</rule>
- <rule>
- <element type="artheader">
<target-element type="subtitle" />
</element>
- <H3>
<children />
</H3>
</rule>
- <rule>
- <element type="sect1">
<target-element type="title" />
</element>
- <H3>
<eval>childNumber(this.parent)</eval>
<children />
</H3>
</rule>
- <rule>
<target-element type="sect1" />
- <DIV>
<children />
</DIV>
</rule>
- <rule>
- <element type="sect2">
<target-element type="title" />
</element>
- <H4>
<children />
</H4>
</rule>
- <rule>
<target-element type="sect2" />
<children />
</rule>
- <rule>
<target-element type="itemizedlist" />
- <UL>
<children />
</UL>
</rule>
- <rule>
<target-element type="orderedlist" />
- <OL>
<children />
</OL>
</rule>
- <rule>
- <element type="varlistentry">
<target-element type="listitem" />
</element>
- <DD>
<children />
</DD>
</rule>
- <rule>
- <element type="itemizedlist">
<target-element type="listitem" />
</element>
- <LI>
<children />
</LI >
</rule>
- <rule>
- <element type="orderedlist">
<target-element type="listitem" />
</element>
- <LI>
<children />
</LI>
</rule>
- <rule>
<target-element type="quote" />
<children />
</rule>
- <rule>
<target-element type="citetitle" />
- <I>
<children />
</I>
</rule>
- <rule>
<target-element type="email" />
- <I>
<children />
</I>
</rule>
- <rule>
<target-element type="address" />
- <PRE>
<children />
</PRE>
</rule>
- <rule>
<target-element type="screen" />
- <PRE>
<children />
</PRE>
</rule>
- <rule>
<target-element type="emphasis" />
- <I>
<children />
</I>
</rule>
- <rule>
<target-element type="literal" />
- <CODE>
<children />
</CODE>
</rule>
- <rule>
<target-element type="ulink" />
- <A target="_top" href="=getAttribute("url")">
<children />
</A>
</rule>
- <rule>
<target-element type="emdash" />
</rule>
- <rule>
<target-element type="bullet" />
</rule>
- <rule>
<target-element type="lt" />
<
</rule>
- <rule>
<target-element type="amp" />
</rule>
- <rule>
<target-element type="para" />
- <P>
<children />
</P>
</rule>
- <rule>
<target-element type="variablelist" />
- <DL>
<children />
</DL>
</rule>
- <rule>
<target-element type="varlistentry" />
<children />
</rule>
- <rule>
<target-element type="term" />
- <DT>
<children />
</DT>
</rule>
- <rule>
<target-element type="firstname" />
- <SPAN>
<children />
</SPAN>
</rule>
- <rule>
<target-element type="surname" />
<children />
</rule>
- <rule>
<target-element type="authorgroup" />
<children />
</rule>
</xsl>
null

This is because the Microsoft XML Parser does not know to handle your DOCTYPE when only the Public identifier is specified.
It's trying to open the dtd resource
specified in the SYSTEM identifier
which in your example is "", the empty
string.
I changed your:
<!DOCTYPE article PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "" [
to:
<!DOCTYPE article PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "file:/C:/docbook/docbookx.dtd" [
And was able to eliminate your parse error.
However, your XSL file is not XSLT 1.0 compliant and it's not Microsoft-XSLT-in-IE5 compliant (from the December 1998 working draft), so I don't expect the XSL part of what you're trying to do will work.
null

Similar Messages

  • Binding Data from OfflineStore to List in XML view

    Hi Experts,
    I am developing an application using SAP WebIDE. While loading a page, I want to read some data from an offlineStore and show it in a listview.
    Following is my code for xml view:
    <sap.ui.core.mvc:View xmlns="sap.m" xmlns:sap.ui.core="sap.ui.core" xmlns:sap.ui.core.mvc="sap.ui.core.mvc" controllerName="com.arteria.view.CustomerList">
        <Page title="Customers" showNavButton="true">
       </Page>
    </sap.ui.core.mvc:View>
    And my js code is as follows:
    onInit: function() {
      this.getView().addEventDelegate({
       onBeforeShow: function(evt) {
        sap.ui.getCore().byId("idCustomerList").getController().read();
    read:function() {
                    oList = new sap.m.List();
                    oList.removeAllItems();
                    var uri = window.localStorage.getItem("ApplicationEndpointURL");
                    var user = window.localStorage.getItem("User");
                    var password = window.localStorage.getItem("Password");
                    var headers = { "X-SMP-APPCID" : window.localStorage.getItem("ApplicationConnectionId") };
                    // Create OData model from URL
                    var oModel = new sap.ui.model.odata.ODataModel(uri, true, user, password, headers);
                    var iOS = (navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true : false );
                    if (iOS) {
                        oModel = new sap.ui.model.odata.ODataModel(uri, true, user, password, headers);
                    var oTemplate = new sap.m.StandardListItem({
                                                               title: "{CustomerNumber}", description: "{CustomerName}", tap:"handleProductListItemPress", type:"Navigation"    
                    oList.setModel(oModel);
                    oList.bindItems("/Customers", oTemplate, null, null);
                    var custListPage = sap.ui.getCore().byId("idCustomerList");
                    custListPage.addCustomData(oList);
       handleProductListItemPress: function(oEvent) {
            sap.ui.getCore().getEventBus().publish("nav", "to", {
                id : "idCustomerDetail",
                context: oEvent.getSource().getBindingContext()
    The problem is I am getting a blank page. The list is not getting attached to the page.
    Waiting for your reply.
    Regards,
    Dhani

    why not move List definitiaon to XML 
    <sap.ui.core.mvc:View xmlns="sap.m" xmlns:sap.ui.core="sap.ui.core" xmlns:sap.ui.core.mvc="sap.ui.core.mvc" controllerName="com.arteria.view.CustomerList"> 
        <Page title="Customers" showNavButton="true"> 
    <List id="CustomerList"/>
       </Page> 
    </sap.ui.core.mvc:View> 
    so
    oList = this.byId("CustomerList");
    oList.setModel(oModel); 
                    oList.bindItems("/Customers", oTemplate, null, null); 
                    var custListPage = sap.ui.getCore().byId("idCustomerList"); 
                    custListPage.addCustomData(oList); 

  • Dynamic binding of items in sap.m.Table using XML views

    Dear SAPUI5 guru's,
    Let's start by saying I'm an ABAP developer who's exploring SAPUI5, so I'm still a rookie at the time of writing. I challenged myself by developing a simple UI5 app that shows information about my colleagues like name, a pic, address data and their skills. The app uses the sap.m library and most of the views are XML based which I prefer.
    The data is stored on an ABAP system and exposed via a gateway service. This service has 2 entities: Employee and Skill. Each employee can have 0..n skills and association/navigation between these 2 entities is set up correctly in the service. The data of this service is fetched from within the app using a sap.ui.model.odata.ODataModel model.
    The app uses the splitApp control which shows the list of employees on the left side (master view). If a user taps an employee, the corresponding details of the employee entity are shown on the right (detail view).
    Up till here everything is fine but I've been struggling with my latest requirement which is: show the skills of the selected employee in a separate XML view when the user performs an action (for the time being, I just created a button on the detail view to perform the action). After some hours I actually got it working but I doubt if my solution is the right way to go. And that's why I'm asking for your opinion here.
    Let's explain how I got things working. First of all I created a new XML view called 'Skills'. The content on this view is currently just a Table with 2 columns:
    <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"
      controllerName="com.pyramid.Skills" xmlns:html="http://www.w3.org/1999/xhtml">
      <Page title="Skills"
           showNavButton="true"
           navButtonPress="handleNavButtonPress">
      <content>
      <Table
       id="skillsTable">
      <columns>
      <Column>
      <Label text="Name"/>
      </Column>
      <Column>
      <Label text="Rating"/>
      </Column>
      </columns>
      </Table>
      </content>
      </Page>
    </core:View>
    The button on the Detail view calls function showSkills:
    showSkills: function(evt) {
      var context = evt.getSource().getBindingContext();
      this.nav.to("Skills", context);
      var skillsController = this.nav.getView().app.getPage("Skills").getController();
      skillsController.updateTableBinding();
    Within 'this.nav.to("Skills", context);' I add the Skills view to the splitApp and set its bindingContext to the current binding context (e.g. "EmployeeSet('000001')"). Then I call function updateTableBinding in the controller of the Skills view which dynamically binds the items in the table based on the selected employee. So, when the ID of the selected employee is '000001', the path of the table's item binding should be "/EmployeeSet('000001')/Skills"
    updateTableBinding: function(){
      var oTemplate = new sap.m.ColumnListItem(
      {cells: [
              new sap.m.Text({text : "{Name}"}),
              new sap.m.Text({text : "{Rating}"})
      var oView = this.getView();
      var oTable = oView.byId("skillsTable");
      var oContext = oView.getBindingContext();
      var path = oContext.sPath + "/Skills";
      oTable.bindItems(path, oTemplate);
    Allthough it works fine, this is where I have my first doubt. Is this the correct way to bind the items? I tried to change the context that is passed to this.nav.to and wanted it to 'drill-down' one level, from Employee to Skills, but I couldn't manage to do that.
    I also tried to bind using the items aggregation of the table within the XML declaration (<Table id="skillsTable" items="{/EmployeeSet('000001')/Skills}">). This works fine if I hard-code the employee ID but off course this ID needs to be dynamic.
    Any better suggestions?
    The second doubt is about the template parameter passed to the bindItems method. This template is declared in the controller via javascript. But I'm using XML views! So why should I declare any content in javascript?? I tried to declare the template in the XML view itself by adding an items tag with a ColumnListItem that has an ID:
                    <items>
                        <ColumnListItem
                        id="defaultItem">
                        <cells>
                            <Text text="{Name}"/>
                            </cells>
                            <cells>
                            <Text text="{Rating}"/>
                            </cells>
                        </ColumnListItem>
                    </items>
    Then, in the updateTableBinding function, I fetched this control (by ID), and passed it as the template parameter to the bindItems method. In this case the table shows a few lines but they don't contain any data and their height is only like 1 mm! Does anyone know where this strange behaviour comes from or what I'm doing wrong?
    I hope I explained my doubts clearly enough. If not, let me know which additional info is required.
    Looking forward to your opinions/suggestions,
    Rudy Clement.

    Hi everybody,
    I found this post by searching for a dynamic binding for well acutally not the same situation but it's similar to it. I'm trying to do the following. I'm having a list where you can create an order. On the bottom of the page you'll find a button with which you're able to create another order. All the fields are set to the same data binding ... so the problem is if you've filled in the values for the first order and you'll press the button you'll get the same values in the second order. Is it possible to generate a dynamic binding?
    I'm going to post you a short code of what I'm meaning:
    <Input type="Text" value="{path: 'MyModel>/Order/0/Field1'}" id="field1">
         <layoutData>
                    <l:GridData span="L11 M7 S3"></l:GridData>
               </layoutData>
    </Input>
    As you can see I need to set the point of "0" to a dynamic number. Is there any possibility to reach this???
    Hope you can help
    Greetings
    Stef

  • In XML view, how to set sap.ui.core.CSSSize array for property "widths" of MatrixLayout Control?

    As SAPUI5 prefer XML views, I'm rewriting JS view into XML views.
    When I translate the statements below, I can not set sap.ui.core.CSSSize array for property "widths" of Control MatrixLayout.
    JS version:
    var oLayout = new sap.ui.commons.layout.MatrixLayout({
        id : 'matrix3'
        columns : 3,
        width : '600px',
        widths : ['100px', '200px', '300px']
    XML version:
    <l:MatrixLayout
        id="matrix3"
        columns="3"
        width="600px"
        widths="['100px', '200px', '300px']">
    <l:MatrixLayout>
    The error says: Uncaught Error: "[100px, 200px, 300px]" is of type object, expected sap.ui.core.CSSSize[] for property "widths" of Element sap.ui.commons.layout.MatrixLayout.
    Same problem with property `backgroundDesign` of MatrixLayoutCell, I can only use a workaround to use String "Fill1" not the Class "sap.ui.commons.layout.BackgroundDesign.Fill1".
    When we meet a property which need a Class object as value, we can not set it in String Format for XML views. That's a pity or I did not find the right way to set NON-String values as property for XML Controls.

    Hi,
    any settings that are not possible in the XML, need to be set in the controller instead.
    Using the string value of an enum is fine, though.
    Regards
    Andreas

  • WebPart error when using XML Viewer WebPart with _vti_bin/owssvr.dll in SharePoint 2010

    Hello.
    When I view the XML URL I can see it fine but when I use it as the "XML Link" in an "XML Viewer" I get an error.
    The URL I used (with GUID removed):
    http://www.company.com/sites/SPSite/_vti_bin/owssvr.dll?Cmd=Display&List={...}&View={...}&XMLDATA=TRUE
    The error:
    Cannot retrieve the URL specified in the XML Link property. For more assistance, contact your site administrator.
    I cannot figure it out. Any ideas?

    To get access to SharePoint Web Service – owssrv.dll, You need to -
    Provide anonymous access for the web application and list & libraries section at the site collection
    Web application pool account should be a part of WSS_WPG, ISS_WPG and WSS_ADMIN_WPG
    Please check -
    http://sharepointknowledgebase.blogspot.ru/2011/11/cannot-retrieve-url-specified-in-xml.html#.VQJ8xvmUeAk
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Accessing XML View through DBUri

    I am having problem in accessing XML View through HttpURI.
    Also i need some advise in following such architecture between my app server and DB server.
    The problem i am facing is that
    1. The query passed through URI does a full table scan, hence poor performance.
    2. Not able to query on date/timestamp.
    Any help would be appreciated.
    Thanks

    Here is how my output would be..
    <log systemID="00XXXABC01" MLN="9999" USN="00XXXPET01" timeStamp="Sun Jun 1 22:00:11 2003" timeZone="BST - Europe/London">
    <message type="XXXHealthPage" time="Sun Jun 1 22:00:11 2003" source="XXX">
    <text>This is manxx1 machine's HealthPage report</text>
    <detail>
    <generic_report title="XXX System Health Report">
         <emailaddr>[email protected]</emailaddr>
         <heading title="System Identification">
         <linevalue name="Report_date">Sun Jun 1 22:00:11 2003</linevalue>
         <linevalue name="Last_update_time">May 02 2003 22:00:14</linevalue>
         </heading>
    </generic_report>
    </detail>
    </message>
    </log>
    I have underlined the variables that i have to query on.. basically i have to select messages between certain times for a particular system.
    am trying a query..
    1. http://localhost:8080/oradb/MACLOG/TEST_MACHINE_XML1/ROW/log[@systemid="415444KCT"]
    This doesnt work for some reason.. i had to make systemid as a separate element.(@attribute doesnt work)2. i dono how to query for message[@time between to_char(...)]
    Any Help..

  • Advanced XML View

    Hey guys,
    I wanna create an advanced XML View:
    This is the code in the JS-View:
    new sap.m.Page("page", {
    title : "Test",
    showNavButton : "true",
    showFooter : "true",
    customHeader : new sap.m.Bar({
         contentLeft : [ new sap.m.Button({
         icon : "sap-icon://home",
         tap : function() { app.back();}
         contentMiddle : [ new sap.m.Label("title", { text : "{CategoryName}"
    I started like this:
    <core:View
      controllerName="sap.ui.demo.myFiori.MeineRouteApp.controller.Master"
      xmlns="sap.m"
      xmlns:core="sap.ui.core" >
      <Page
      title="Test"
      showNavButton = "true"
      showFooter = "true"
      customHeader = <Bar>
      </Bar>
      >
    And thats the point I am struggling. How can I create the custumHeader?
    Thanks + regards
    Chris

    Thanks Shilpa, that worked perfect! I am aware now of the difference between how to handle a aggregation and how to handle properties.
    But I got a new problem while creating a new XML-View:
    JavaScript view:
    var oHtml = new sap.ui.core.HTML({
    id: "map_canvas",
    content: '<div id="map_canvas" style="float:left;min-width:500px;width:70%;min-height:600px;height:100%;"></div>'
    XML-View:
    <core:FragmentDefinition
      xmlns="sap.m"
      xmlns:core="sap.ui.core">
      <core:HTML
      id="map_canvas"
      content= " '<div id="map_canvas" style="float:left;min-width:500px;width:70%;min-height:600px;height:100%;"></div>' ">
      </core:HTML>
    </core:FragmentDefinition>
    This time I have the property content, so I mentioned it as a attribute. But I get the error:
    "The value of attribute "content" associated with an element type "core:HTML" must not contain the '<' character."
    It might an error of the single and double quotation marks, but I tested every combination.
    Any further ideas?
    Thanks
    Chris

  • Special xml viewer java 6

    Dear all,
    I want to create a special xml viewer in java 6 and I was wondering if there are already some things available in Java 6.
    I just want to display the xml in a panel with indents and colouring like you would open it in internet explorer.
    The only difference is that when I click on a tag, it would display the content of this tag in another Panel.
    So I have basically 2 problems: - display a coloured xml with indents
    - make the tags clickable so every click picks up it's content so it can be displayed
    I watched the api but it is very confusing which package to choose.
    Thanks

    Here's an example that uses JTree, which is the easy way out: http://www.javalobby.org/java/forums/t19666.html
    Otherwise welcome to styled documents and the javax.swing.text package.

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • WIJ 20002 xml Parser Problem - Rich Client

    Hi,
    I have a problem with the rich client on a new installation:
    Business Objects Enterprise XI 3.1 SP3 on Windows 2008 Standard.
    If I connect with the rich client "import document"is disabled.
    if I try to create a new document from the rich client it returns the error below (I used the rich client on two workstations):
    WIJ 20002
    Version: null
    Analisi dello stack:
    java.lang.RuntimeException: java.lang.RuntimeException: XML parser problem:
    XMLJaxpParser.parse(): Element type "ABOUT_Patentnumbers" must be followed by either attribute specification, ">" or "/>".
    at com.businessobjects.wp.xml.jaxp.XMLJaxpParser.parse (Unknown Source)
    at.com.businessobjects.webi.richclient.XMLviaOccaRC.getServerConfiguration (Unknown Source)
    Have you any solution?

    The fixpack 3.5 client resolves the problem.

  • BI Publisher Report Build - XML view

    Hi Experts,
    I am trying to build the BI publisher report. During the process, I am defining the SQL query structure in the 'Query Builder' once after that I have saved the report.
    As part of the next step , I have clicked on 'view' link to view the report structure as mentioned in the OBE.
    I could only see the 'Data' view but not the 'XML' view. Is there any way I can see the 'XML' view.
    Any help would be appreciated
    Siva

    Data means look at the xml data that you have created.

  • Maintenance view problem "No data maintenance Authorization; Display only"

    Maintenance view problem
    <b>Question 1>>>></b>
    > I have created a table with Display/maintenance allowed and technical setting Data class - APPL0 (master data, transparent tables).
    >> Then I have created a maintenance view thought utilities->table maintenance generator where i have specified the Authorization group as &NC& (w/o auth. group)
    ->and also created a function group and specified in the maintenance screen-> I have selected maintenance type as one step-> i have given the overview screen number->and in Recording routine i have selected - no, or user ,recording routine.
    >>> Now when i go to transaction SM30  and put the table name and press on maintain button I get a information box saying "<b>No data maintenance Authorization; Display only"....</b> and it only displays the data.
    my problem is I want to enter data through maintenance view (SM30).
    <b>2nd Question >>>></b> once i create a function group for maintenance view how can i assign a transaction for this. <i>(as if i do it as we do for a module pool program it gives me error)</i>Thank you.
    kailash

    SE93.  Enter a transaction name.  Create.  In the pop up enter a title and select 'Transaction with parameters'.
    Next screen fill the following;
    Transaction 'SM30'
    Check 'Skip first screen'
    In the table control at the bottom of the screen
    Name of screen field 'VIEWNAME'
    Value <your table name>
    Name of screen field 'SHOW'
    Value 'X'
    Save.
    Job done.

  • Passing parameter to the i18n text from xml view in fiori app

    Hi,
    Could somebody let me know how to pass parameter to get the i18n text inside xml view of a Fiori app.
    For e.g. inside my i18n properties file i have a entry like:
    PEC_ISSUE={0}issues of total{1}
    inside xml i use it like {i18n>PEC_ISSUE}
    but now how do i pass those 2 parameters to this ??
    i know in javascript it works with , (comma) but does not work in xml. Any help...
    Thanks,
    Ashish

    Hi Michele,
    I found it. Below is the example from my coding.
    <Text      text="{parts: [{path: 'i18n>PEC_to'}, {path: 'promoprocsteps>RetailPromotionSalesFromDate_E'},
                                                           {path:'promoprocsteps>RetailPromotionSalesToDate_E'}],
                                                           formatter: 'retail.promn.promotioncockpit.utils.Formatter.formatDatesString'}"  />
    So you have to create a formatter and pass all the strings to the formatter and then do it inside JS.
    In JS you do it in this way:
    i18n.getText(i18String, [newString, string2]);
    i hope this helps.
    Regards,
    Ashish

  • Adobe Content Viewer problem. Please Help me...

    Hi after updating online. Folio, I tried to update the trial version of the publication on my iPad but I get this message: "the issue isavailable for dowload, but new signing for an application version. Update the application from the App Store. "I went to the AppStore and was not any update of the Content Viewer ... I deleted the version on my iPad I downloaded again ... but without success gives me the same problem ... Please help me ... how can I do??
    thanks

    Hello Bob and thank you for responding so quickly ... Would you be kind enough to send me the link where I can download older versions of Folio Builder and Folio Producers Panel tools for InDesign 5.5. I'm looking for them but I can not find them.
    Thank you for your patience.
    Il giorno 21/gen/2012, alle ore 16:18, Bob Levine ha scritto:
    Re: Adobe Content Viewer problem. Please Help me...
    created by Bob Levine in Digital Publishing Suite - View the full discussion
    As discussed in numerous threads already, the new viewer has not been approved by Apple yet.
    If you’re a pro or enterprise customer you can create your own viewer app. If not, you’ll have to wait or roll back to the older tools.
    Bob
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4155907#4155907
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4155907#4155907. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • XML View & Model, Tree & binding

    Hi there,
    i'm trying to do some stuff with XML models, XML Views and Trees.
    Here is my xml model file :
    <objectSet version="1.2.3.4">
        <aRoot code="testCode" reference="0123456789" description="TestDescription" owner="Tester">
                <component name="MyCompo1" type="MyCompo1Type">
                  <component name="MyCompo2" type="MyCompo2Type">
                   <property name="myProperty2-1" type="string" value="null"/>
                  </component>
                  <component name="MyCompo3" type="MyCompo3Type">
                   <property name="myProperty3-1" type="string" value="null"/>
                  </component>
                </component>
        </aRoot>
    </objectSet>
    My XML View file :
    <core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" xmlns:cmn="sap.ui.commons"
            controllerName="cleanproject.TreeTest" xmlns:html="http://www.w3.org/1999/xhtml">
                    <cmn:Tree nodes="{/aRoot}">
                    <cmn:TreeNode text="{@name} TagNameHere?"></cmn:TreeNode>
                    </cmn:Tree>
    </core:View>
    My Js Controller file :
    sap.ui.controller("cleanproject.TreeTest", {
    onInit: function() {
    var xmlModel =  new sap.ui.model.xml.XMLModel("cleanproject/"+xmlPath3);
    xmlModel.setXML("the full xml document here"); // bad trick
    this.getView'().setModel(xmlModel);
    I have multiples questions :
    What is the way to wait the xml file to be loaded, because when i'm not using setXML function in my controller, the view is instantiated too fast  and an error is raised as the model is not accessible ( Error message : "N is null" )
    Is it possible to display in a TreeNode the tagName of an element? ( e.g : "component", "property" )
    Is it possible to build the tree only with "component" TreeNodes ?
    4. Is it possible to bind a part of the datas , eg : bind with a deepth of 1,2,...n ?
    Thanks for helping,
    Regards,
    Marc
    Edit :
    1. In the onInit function, use attachRequestCompleted method. In my case :
    var thus= this;
            xmlModel.attachRequestCompleted(function(event){
                thus.getView().setModel(xmlModel);
    2.
    tree.bindNodes("/",function(sId, oContext){
                    var tagName = oContext.getObject().tagName;
                    var name = oContext.getObject().getAttribute("name");
                    var sText = tagName;
                    if(name){
                        sText+=" "+name;
                    return new cleanproject.custom.ComplexTreeNode({text:sText});
                },null,[oFilter]);
    3. It does not seem possible even with filters
    4. Can be done using javascript and a custom method

    Hi all,
    I just tested again and now it's working...
    <Label xmlns="sap.m" design="Standard" text="{/MAIN_OBJECTSet('1')/PROPERTY_NAME}"
      visible="true" textAlign="Begin" textDirection="Inherit" width="200px"
      required="false" labelFor="">
      </Label>
    The relative path syntax depends on the used model!
    Strange - but ok.
    Thanks.
    Best regards,
    Christoph

Maybe you are looking for