Information Filled Under ‘XML Developer’ Category

[ANN] xprocxq v0.6.74 BETA an XProc processor written in XQuery

Hello All, Just released xprocxq, which is an experimental bootstrap implementation of W3C XProc Draft Specification, written in xquery of all things. xprocxq project information and download http://code.google.com/p/xprocxq/ xprocxq runs within eXist XML Database but the original prototype was developed using SAXON -SA. I am planning to support more XQuery processors in the future but will focus on making xprocxq as compliant as possible for eXist XML Database.

View post:
[ANN] xprocxq v0.6.74 BETA an XProc processor written
in XQuery


BI Publisher 10.1.3.4.1 Enhancements

I’m happy to announce the 10.1.3.4.1 release of BI Publisher. This release rolls up bug fixes and enhancements since 10.1.3.4.0 to include the following: Support for Oracle WebLogic Server 10.3 Extended Support for Single Sign-On Providers Automatic Refresh of LDAP Cache Support for Siebel CRM Security Support for Secure File Transfer Protocol (SFTP) for Burst Reports Data Model Enhancements Web Service Data Set Type Enhancement: Specify Path to Data in SOAP Response SQL Query Data Set New Property: Use Default Schema Only Support for JNDI for Scheduler Connections Support for Expressions to Calculate Date Parameters RTF Template Enhancements Get List of BI Publisher Configuration Settings Enable Debug Mode for an RTF Template Number to Word Conversion in Report Output Remove Logos and Links from the BI Publisher Header Disable Access to Guest Page Updates to the BI Publisher Web Services For more details on this release please see: BI Publisher New Features Guide Release Notes Certification Information Note: something is wrong with the doc pages at the time of posting.

Originally posted here:
BI Publisher 10.1.3.4.1 Enhancements


Unproject with useProjectionMatrix = true

I just updated Papervision3D to allow the CameraObject3D#unproject method to work when CameraObject3D#useProjectionMatrix = true. Papervision3D has two methods of ‘projecting’ vectors onto the screen: useProjectionMatrix = false, this is the default ‘fast’ method useProjectionMatrix = true, this is the method where projection is done by a matrix Note that Papervision3D switches to method #2 in ‘ortho mode’. So what is the difference exactly between these two kinds of projection?

Read the original:
Unproject with useProjectionMatrix = true


Miscellaneous Links, 04/22/2009

Catching up on links to blog posts I’ve found interesting this month … I was on vacation the first week of April, and missed out on the announcement of the release of the Open XML SDK Version 2 April CTP.  Zeyad Rajabi has details of the SDK version 2 over on Brian Jones’s blog, including a great example of the validation technology that is being built into the SDK.  Zeyad also has a new post this week on how to remove comments from Excel and PowerPoint files . Stephen Peront , who will be in London at the DII workshop on May 18, has posted an example of how to use the new External File Converter API in Office 2007 SP2 .  This API gives developers the ability to add their own custom formats to Office’s list of supported formats – the list that appears in the dropdowns on the File/Open and Save/As dialogs.

Read the original:
Miscellaneous Links, 04/22/2009


IS29500 is an American National Standard

The INCITS Executive Board has approved the adoption of ISO/IEC IS29500 (Office Open XML) as an American National Standard this week (on April 15), and the document will be published soon by ANSI.  This action taken by INCITS is a relatively routine occurence, as the US typically adopts ISO/IEC standards as national standards.  As an INCITS V1 member, I was very excited to see this news.  It’s a positive step in the validation and global adoption of IS29500.

See the original post here:
IS29500 is an American National Standard


Copying HTML Table Data into Excel

I’m currently using Excel XP (2003) and having been learning some tricks to get data out of HTML tables into an Excel document.  I stumbled onto a cool feature last night… Go to the Data menu > Import External Data > New Web Query.  What you get is effectively a web browser that lets you enter a web page or even login and navigate to a page of your choice.  The browser places little icons next to the tables in the web page, allowing you to copy that data across to your Excel spreadsheet.  This option also comes up when you have justed tried to paste table data and get the little popup to do with formatting. Also, if you’re interested, I see that in Firefox you can CTRL-Click on individual table cells and copy out the data from just those cells.  I’m sure you’ve found like me that it can be tricky copying just the column or row of data you need from a web page, and this might help you one day

Original post:
Copying HTML Table Data into Excel


OW2 Annual Conference, April 1-2, 2009.

It is a last minute announcement but consider making it to the first OW2 Annual Conference in Paris over the next two days: Open Source for the Computing Infrastructure MAKE A DATE TO ATTEND THE FIRST OW2 ANNUAL CONFERENCE Two days at no cost to you to discover the enterprise software that will set you free and boost your efficiency: come and take part in the first OW2 Annual Conference, April 1-2, in Paris, held during the Solutions Linux trade show. Optimize your time: attending the first OW2 Annual Conference will also offer you the opportunity to visit the Solution Linux trade show, discover the latest developments in the OW2’s leading projects and get to talk with the developers themselves

Link:
OW2 Annual Conference, April 1-2, 2009.


WG4 meetings and SC 34 plenary, Prague

We had three days of WG4 face-to-face meetings in Prague last week, followed by the SC34 plenary on Friday at the same location.  As Jesper has noted, it was a tough week and we made an enormous amount of progress. For those who might not know, WG4 is the SC34 working group responsible for the maintenance of the Open XML spec, ISO/IEC 29500.  WG4 had its first meeting in Okinawa in January, and this time around in Prague we had more participants (31 the first day, as opposed to 22 in Okinawa) and worked through many more defect reports.  I’ve not seen project editor Rex Jaeschke’s official report yet, but we worked through over 30 defect reports ranging from simple editorial corrections to far-reaching changes such as the Swiss proposal to change the namespaces to distinguish them from ECMA-376 1st Edition.

See the original post:
WG4 meetings and SC 34 plenary, Prague


Counter feedback

This week, request-log-analyzer obtained its 100th watcher on GitHub ! Bart and I have worked hard to make r-l-a a useful product for many people in various situations. The fact that more than 100 people are following the project’s progress and that at this moment, the gem has been download almost 200 times , shows that we are somewhat successful in this regard. Numbers like these, in combination with the e-mail messages we have received, motivate us to keep spending time on the project and keep improving it, even if these improvements are not directly useful for our own projects.

Read the original post:
Counter feedback


returning elements without duplicates, based on an XML schema and using an attribute as context node

I want the XQuery to determine if the @maxOccurs attribute exists in an < xs:element > tag somewhere in the schema , and its value isn’t 1. If this is true, then, for all elements that have a @ref attribute in the schema (because we now know there’s at least one), the XQuery should get the string value of the element’s @ref attribute (what I wanted $name to be), along with the value of element’s @maxOccurs attribute (what i wanted $max to be), and lastly the string value of $max (what I wanted $index_max to be). Then finally, I just wanted to use these three values within an <xf:bind> tag that was to be returned.

Originally posted here:
returning elements without duplicates,
based on an XML schema and using an attribute as context node


Page 24 of 26« First...10202223242526


The news,articles,images etc. on XML Developer India  are selected automatically through a software process, please follow each article's attributed link to see the original content. This news site is powered by Wordpress. Incase of any objection or question please Contact Us...

Our Sevices

News