XML support in Tux 7.1

Hi,
Has anyone used XML features of 7.1? I am not sure why the Tux documentation is so weak on this topic. All it says is that it supports XML data type and DDR for the same. How come there is no sample for the usage considering it is a new data type?
Anyways, has someone tried it successfully?
Thanks a lot in advance for posting it.
~rakesh

Hi Rakesh,
I have found a sample XML apps at the following url:
http://developer.bea.com/circuit/code.html
I hope u need to register with Developer Center for accessing the same. Its free!!!
Best of Luck
MS

Similar Messages

  • XML Parsing in Java Stored Proc--Oracle XML Support Installation?

    I am working with a third party product that is having difficulty running a java stored proc that is parsing a supplied XML file. The proc basically looks like:
    import java.io.IOException;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.FactoryConfigurationError;
    import javax.xml.parsers.ParserConfigurationException;
    import org.w3c.dom.Document;
    import org.xml.sax.SAXException;
    InputStream is = getXMLAsInputStream(xml);
    try {
    DocumentBuilderFactory factory =
    DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    Document document = builder.parse( is );
    ... parse the document ....
    catch (FactoryConfigurationError e) {
    // unable to get a document builder factory
    We are running on 9.2.0.6, HP-UX 64-bit. At first, when we would attempt to run the proc, a database hang would occur; now after attempting to install using loadjava jars for xerces2.6: ORA-29532: Java call terminated by uncaught Java exception:
    javax.xml.parsers.FactoryConfigurationError: Provider
    org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found)
    The vendor says that the errors we are getting when running are not due to any dependency on xerces or jre1.4, and that we need to "install Oracle XML support", but I'm not certain what this means (I cannot find any documentation on what to install). I believe that there are jars that need to be loaded into the database to support the XML parsing, as jre1.3 does not include built-in XML support, and Oracle 9.2.0.6 uses jre1.3.
    So...does anyone have any thoughts as to how to resolve the missing references? Is there a way to "install Oracle XML support", or is it to install the necessary jars?
    Thanks,
    Candi

    Candi,
    The following resources should be of help:
    Oracle9i Database Release 2 (9.2) Documentation Library
    In particular, check out the following:
    Java Developer's Guide
    Java Stored Procedures Developer's Guide
    XML API Reference - XDK and Oracle XML DB
    XML Database Developer's Guide - Oracle XML DB
    XML Developer's Kits Guide - XDK
    If that doesn't help, then try the following:
    OracleJVM and Java Stored Procedures
    XML Technology Center
    Good Luck,
    Avi.

  • XML support in SAP 4.6

    Hi all !
    I'm looking for information about XML support in SAP 4.6c.
    I have to implement a data exchange mechanism between SAP and web application written in Java. Whole idea looks simple: Java application send an XML document through RFC and ABAP program should parse this document. When document is parsed, program performs an action and receives single or multiple objects. Those objects have to be converted to XML and sent back to Java app.
    Is there any XML parser available in 4.6C. Is there any mechanism which serialize/deserialize ABAP Objects to/from XML.
    Thank you for any help and hints.
    Tomek

    Hi again !
    I need to convert an OBJECT INSTANCE. e.g.
    CLASS student DEFINITION.
    PUBLIC SECTION.
    METHODS:constructor
    IMPORTING
    i_name TYPE c
    i_indeks TYPE n,
    introduce_yourself
    EXPORTING
    e_name TYPE c.
    PRIVATE SECTION.
    DATA: name(30) TYPE c,
    indeks(10) TYPE n.
    ocena LIKE ys_ocena,
    tabela_ocen TYPE TABLE OF ys_ocena.
    ENDCLASS.
    I have to convert a single INSTANCE of this class to XML and send it as a XML stream (or XML formated content in internal table) in return value of function module called through RFC.
    As you can see - this class contains some variables and an internal table. For me, a best solution would be to provide this class instance as a parameter and get a XML formated data.
    I have a SAP system and Web Application written in Java. Comunications between them is provided by RFC (JCo). SAP application and Web Application communicate by exchanging a XML documents. Since, SAP part is using Abap Objects - i have to convert object to/from XML.
    Thanks for all your help.
    Tomek

  • XML support in AI

    Hi,
    I know there's XML support for InDesign but what abt AI? What I need to do is XML coding and tagging. Anyone?

    Look at the public API on the SDK - http://www.adobe.com/devnet/illustrator/sdk/
    In particular:
    AIArtSuite - Get/Set XMP metadata for an art object.
    AIDocumentSuite - Get/Set XMP metadata for a document object.
    AIAssetMgmtSuite - Simple XMP metadata manipulation.
    And AIXMPDataFieldMap - the structure used to update XMP metadata.

  • Does xml support delta?

    does Xml support delta?

    What is it, an interview question? If so, it is a pretty bad one, in my view
    XML is used to push records to delta queue, however what goes in XML is entirely upto you.
    You can make an analogy between XML and flatfile; if you want you can put 'delta' data in a file and say it supports delta.

  • Does InDesign CC XML support Footnotes/Endnotes and Index Markers?

    Hi,
    Does InDesign CC XML support Footnotes/Endnotes and Index Markers already?
    Can anyone give me the list of limitations in XML to InDesign.
    Thanks in advance.

    Hello MW,
    First of all thanks for your reply. Yes I can create an XSLT to change the XML stream ready for import into InDesign template that we have. I have also downloaded the Refoot.js and UnFoot.js. For the footnotes I have already workaround for that, but how about the index-markers and cross-references do you have any idea on how to deal with it?
    Actually I have already XSLT script that will convert XML to InDesign Tagged Text. But our client want us to use the XML embedded in InDesign so they can just export the InDesign back to XML easily. I know that there are limitations in XML to InDesign, but we need to proved to them that using XML is not good to use in this workflow because of those limitations. So I'm looking for the list so I can send to them to tell them that what they want is not doable since there are a lot of things that XML in InDesign can't do.
    We have existing XML to InDesign round tripping workflow; 1) first we have the XSLT that will convert XML to InDesign Tagged text including footnotes, endnotes cros-refeneces and index-markers; 2) once the layout is final will export the InDesign document to HTML; 3) use XSLT script to convert exported HTML to XML. But it seems this workflow is not efficient to them. Can anyone suggest what other workflow for round tripping XML to InDesign.
    Again thank you very much for your quick reply.
    Regards,
    Elmer

  • XML Support On Linux

    Hi, Does anyone know what is the XML Support of Oracle8i on Linux? Can I use the same XSU packages i use on other systems?
    thanks

    It is usually more helpful to provide the Linux distribution version, rather than the kernel version, which you can find by typing:
    <pre>
    cat /etc/*release*
    lsb_release -d
    </pre>
    XML 1.0, HTTP 1.1 and Basic authentication are old web languages, protocols and standards. Support will depend on your browser or application you are planing to use. The others are software packages, java extensions, etc. which you can verify or install using yum, e.g.
    <pre>
    yum list \*axis*
    yum install axis
    </pre>
    or use "rpm" to see if a package is installed, e.g.
    <pre>
    rpm -qa \*xerces*
    </pre>

  • LATINOS ARE SCREWED with final cut pro x. Everytime I use tildes like  á  for example. FCPX freezes and restarts.... really is a bummer. And on a side note, Color Curves? 3 Wheel Color Wheels? XML support? Can´t wait for multicam. God Bless!

    With final cut pro x. Every time I use tildes like  á  for example. FCPX freezes and restarts.... really is a bummer. PLZ FIX. Here in Colombia I can not use FCPX for projects which involve names or text. (ALL PROJECTS)
    And on a side note, Color Curves? 3 Wheel Color Wheels (color board is great, but i didnt read a 400 page book on 3 wheel color correction for nothing) ? XML support? Can´t wait for multicam. God Bless!
    FCPX IS GREAT. It really is. Just a few features are required.....

    w andrewfromjupiter wrote:
    Tildes can be both
    I think the idea that an acute accent can also be called a "tilde" is total nonsense.
    http://en.wikipedia.org/wiki/Tilde
    http://en.wikipedia.org/wiki/Acute_accent
    But good idea to report the bug here:
    http://www.apple.com/feedback/finalcutpro.html

  • Indesign XML support frustration, my worst customer experience ever

    Hi,
    I have opened a paid for incident with Adobe, case #  182 433 774 , and am completely frustrated. I have spent 3 hours on the phone talking to people that have NO grasp on the english language, and no technical expertise. They say they don't know XML, but can help me. Days have gone by, and they claim that my problem has been escallated, yet they don't even have the details of the problem. This is clearly the worst tech support that I have ever encountered, even though we are talking about a $2,000 product. Isn't there any better tech support that I can buy?
    Does anyone know what support options I have to resolve and XML issue?  We are only able to render the first page of our XML driven catalog, then the job seems to complete without any complaint. We are using Indesign 5.0.

    Well, you could ask your question here! I hate XML but I can probably help you.

  • Moving from com.sun.xml classes to the new xml support integrated in java

    So far, for our XML implementation, we have used the DocumentEx, ElementEx, etc. from com.sun.xml.
    We understand that xml is now supported by the java itself (javax.xml.parsers?) and we wish to update our code to use the newer API.
    Is there a simple mapping between the old DocumentEx and ElementEx and new classes in javax.xml? Can it really be simple to "get rid" of com.sun.xml?

    The combination of the:
    Oracle XML SQL Utility
    and
    Oracle XML Parser for PLSQL V2
    give you what you need.
    null

  • XML support in Oracle 8i

    Hi,
    I have a requirement of storing XML documents in the Oracle
    database. As Oracle claims support for XML in Oracle 8i, I would
    be thankful if the following questions could be answered.
    There will be around 15000 or more XML documents generated
    annually, each of around 200 pages . Various views of the same
    XML instance will be shown to different customers depending on
    their preferences. All views will be generated dynamically and
    the results will be sent as HTML pages to the client or XML
    instances which will then be manipulated and shown as required
    on the clients machine.
    Please bear with me in case a few questions are naive
    Questions :
    1) Does Oracle 8i propose to have XML as a new datatype
    2) Does a document descriptor mean the mapping of the XML
    elements to certain columns in an Oracle table? Does it have
    anything to do with the DTD? Will an XML instance be mapped to a
    single table only or across multiple tables in a master-detail
    relationship as the heirarchy in the instance gets too complex ?
    3) How will the ConText cartridge be able to identify XML
    documents? How will the queries be written to enable 'element-
    level' searching?
    4)What is iFS , especially in relation to XML storage?
    Regards,
    Kedar&#137;
    null

    Kedar Sadekar (guest) wrote:
    : 1) Does Oracle 8i propose to have XML as a new datatype
    Not at this time.
    : 2) Does a document descriptor mean the mapping of the XML
    : elements to certain columns in an Oracle table? Does it have
    : anything to do with the DTD? Will an XML instance be mapped to
    :a single table only or across multiple tables in a master-detail
    : relationship as the heirarchy in the instance gets too complex?
    A Document Descriptor is basicly a mapping between a DTD and the
    tables and columns in the RDBMS. More that one table can be
    mapped to.
    : 3) How will the ConText cartridge be able to identify XML
    : documents? How will the queries be written to enable 'element-
    : level' searching?
    Context, now interMedia Text, does not 'identify' XML documents
    per se, but can index colums with imbedded XML and search the
    contents between specified tags.
    : 4)What is iFS , especially in relation to XML storage?
    Check out http://www.oracle.com/xml/documents/xml_twp/ for a
    complete description.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • Xml support in OLite

    Is the Oracle XML Parser for Java 2.0
    supported in any current version of Oracle Lite?
    Thanks,
    Kristi

    (b) Can Oracle8i Lite Java stored procedure make use of the Oracle XML Parser V2 ?
    We need to know if we can parse XML content from an Oracle8i Lite Java stored procedure.
    Thanks
    Kristi
    null

  • Xml support in 9i

    I have seen some articles talking about the support of xml in 10g version.
    I would like to know the kind of support of xml in 9i version
    Specially if xpath sentences are allowed, like the following:
    select extractValue(object_value, '/Invoice/MailAddressTo/Person') person
    From invoice_tbl
    as well as the existsNode function to do comparisons of xml content
    Thanks in advance

    XML DB support was introduced in Oracle Database 9i Release 2. You can take a look at the 9.2 documentation online to learn more.
    http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96620/toc.htm
    Regards,
    Geoff

  • Document on XML support in Oracle 8i

    Hi.
    I am looking for a brief document about Oracle 8i's support of XML. I am
    aware of the whole book on XML under Online Documentation, but want a
    more concise one. Could anyone help?
    Regards,
    Rahul

    You can refer to Oracle XML Handbook (Book/CD-ROM package)
    by Ben Chang, Mark Scardina, K. Karun, Stefan Kiritzov, Ian Macky, Niranjan Ramakrishnan

  • Oracle 8i XML Support (Urgent !)

    Hi
    I would like to know the support offered by Oracle 8i for
    storing XML documents in database and querying on them.
    What component of 8i offers this support and in what way is it
    different from support offered by PLSXML ?
    I am looking to store XML documents in Oracle 8i database and
    querying on them. Also I want to extract data from database and
    dynamically generate HTML paged for on-line viewing.
    This information is very crucial to me. Help of any kind is
    welcome on the same.
    Hoping for some quick replies,
    Premal Mehta.
    null

    I am not sure to which features you refer? If you are asking
    about the CONTAINS operator that works in 8i now. The document
    registration to a schema will be delivered in the iFS beta.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    Samuil Angelov (guest) wrote:
    : As I have the same kind of a problem and need an urgent
    solution
    : of it I need information whether these features will be
    : implemented in the beta version of iFS that is to be released.
    : Regards
    : Samuil
    : Oracle XML Team wrote:
    : : Currently you can store your documents in CLOBs and use
    : : intermedia Text to search for data between tags with its
    : CONTAINS
    : : operator. When we release iFS you will be able to break
    apart
    : : that document and insert its data into tables based upon a
    DTD
    : to
    : : Schema registration file and do additional SQL queries as
    well.
    : : Check out
    : http://www.oracle.com/database/options/intermedia.html
    : : and http://www.oracle.com/database/options/ifs.html for more
    : : details.
    : : Oracle XML Team
    : : Oracle Technology Network
    : : Premal Mehta (guest) wrote:
    : : : Hi
    : : : I would like to know the support offered by Oracle 8i
    for
    : : : storing XML documents in database and querying on them.
    : : : What component of 8i offers this support and in what way
    is
    : : it
    : : : different from support offered by PLSXML ?
    : : : I am looking to store XML documents in Oracle 8i database
    : and
    : : : querying on them. Also I want to extract data from database
    : and
    : : : dynamically generate HTML paged for on-line viewing.
    : : : This information is very crucial to me. Help of any kind
    is
    : : : welcome on the same.
    : : : Hoping for some quick replies,
    : : : Premal Mehta.
    : : http://technet.oracle.com
    null

Maybe you are looking for

  • How to make arrays or repeat objects in circle?

    Hello, 1 - How to make arrays without copying and pasting? Fig-1 2 - how to create objects repeated in circles? Fig-2 Regards and Thanks

  • Song doesn't show in ''bought'' list

    So i bought a song on itunes and downloaded it on my brand new laptop. I want to send it to my iphone but i know that if i sync my device, i will loose a ton of songs that i didnt buy on itunes but imported from my cd's. I know there's a way to downl

  • AppStore is extremely slow in Shanghai, please help!!!!!!!!

    Hi Guys, Do you encounter same slowness in Shanghai? When I visit AppStore on my iPad, it behaves extremely slow!!!! I'm in Shanghai (China). The weird thing is when I visit AppStore via mobile network like China Unicom or China Mobile, it is slow bu

  • Can't restore iPad (3rd generation) Wi-Fi + Cellular (VZ)

    Model: iPad (3rd generation) Wi-Fi + Cellular (VZ) Non Jail-broken. I have tried to use iTunes to restore the iPad through restore mode and it gives me error 9 when using my Macbook Pro, and it gives me error 14 when using Windows 7 desktop.  I have

  • BDC for ME21N (Flat file format)

    Hello,      I have to write a BDC for ME21N(stock transfer).... Someone pls give me the format of flat file... we need separate files for header and items or only one file is enough??? pls someone send me the format and code...... my email id is [ema