| Related sites for http://www.stylusstudio.com/ |
| Access_Unlimited An IT company specialising in bespoke database development, network support and installation and data conversion using Microsoft Access and Microsoft Office. | | Digital_Glitz Online catalog of HTML, Photoshop, Flash, and MS Powerpoint templates. | | NowSales Web hosting services based in Utrecht, Nederland. | | Onward_Computer_Systems A technical support, consulting and developing company in Canada. | | GPS Provides access to several GPS protocols, such as Garmin, NMEA, and Magellan. | | Mozilla_i18n_&_L10n_Definitions Internationalization (a.k.a. Globalization, a.k.a. Enabling); Localization; Localizability; i18n; L10n; L12y; Locale; Resource; Core product | | Perwill_plc UK-based software house specialising in e-commerce solutions. | | United_States_Securities_and_Exchange_Commission Report to the Congress on the Readiness of the United States Securities Industry and Public Companies to meet the information processing challenges of the Year 2000. (June, 1997) | | Script_Downloads Scripts, articles, tutorials and books for several languages. | | Let\'s_Put_Some_Humanity_Into_E-mail A few guidelines on the practice of good manners and courtesy. | | RFC_2143 Encapsulating IP with the Small Computer System Interface. B. Elliston. May 1997. | | Installing_Ruby_on_Rails_with_Lighttpd_and_MySQL_on_Fedora_Core_4 Detailed tutorial; text, code samples. | | 10-Strike_Software Tools for network monitoring, searching, scanning, mapping, and administration for Windows. CD/DVD cataloging software. | | NCOCI8 A component library for direct access to Oracle8 server. Information related to Delphi and Oracle. | | RMD_Studio Provides web design, photography and graphic design services. | | IPredict Time-series predictions using Bayesian algorithms and Wavelet analysis. | | Daily_Rotation A web-based RSS reader which provides headlines from 300+ tech sites. | | Ultr@VNC Combines features from other projects, like video hook driver, Filetransfer, chat and MS Logon support. | | Janosha_com Icons include celebrity photos and anime images. | | HP_extends_VMWare_support HP announced plans to fully support the Windows, NetWare and Linux operating systems running on top of VMWare's virtual machine software as part of an extension of its partnership with the maker of vi |
|
Stylus Studio – XML Editor, XML Data Integration, XML Tools, Web Services and XQuery
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
.sidebox {
margin: auto;
background: url(/images/corners1_right.gif) no-repeat bottom right;
}
.boxhead {
background: url(/images/corners1_right_hdr.gif) no-repeat top right;
margin: 0;
padding: 0;
text-align: left;
}
.boxhead h2 {
background: url(/images/corners1_left_hdr.gif) no-repeat top left;
margin: 0;
padding: 6px 1em 6px 6px;
line-height: 1em;
font-size:100%;
font-family:Verdana;
white-space:nowrap;
}
.boxbody {
background: url(/images/corners1_left.gif) no-repeat bottom left;
margin: 0;
padding: 5px 9px 2em;
}
.boxbody_quickLink {
background: url(/images/corners1_left.gif) no-repeat bottom left;
margin: 0;
padding: 5px 9px 1em;
}
#home_layout {background-color: #fff;}
#home_layout td {width:25%;background-color: #fff;}
.box_color1 {background-color: #fff;}
.hdr_color1 {background-color: #e8f0f1;}
.box_color2 {background-color: #ffe0b2;}
.hdr_color2 {background-color: #ff9900;}
.box_color3 {background-color: #d4e6f4;}
.box_color3 .boxhead h2 {color: #fff;}
.hdr_color3 {background-color: #3289cd;}
.boxbody ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.boxbody li
{
background: url(http://www.xquery.com/images/rebrand/home/home_bullet.gif) no-repeat 0px 4px;
margin:0;
padding: 3px 10px 3px 10px;
list-style-type:none;
}
.boxbody_quickLink ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.boxbody_quickLink li
{
background: url(http://www.xquery.com/images/rebrand/home/home_bullet.gif) no-repeat 0px 4px;
margin:0;
padding: 3px 10px 3px 10px;
list-style-type:none;
}
.plainblock {
background:#fff;
padding: 20px 1em 0 1em;
margin-top:0;
}
.quote {
font-style:italic;margin:0;
}
var requiredMajorVersion = 6;
var requiredMinorVersion = 0;
var requiredRevision = 0;
var jsVersion = 1.0;
Function VBGetSwfVer(i)
on error resume next
Dim swControl, swVersion
swVersion = 0
set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
if (IsObject(swControl)) then
swVersion = swControl.GetVariable("$version")
end if
VBGetSwfVer = swVersion
End Function
var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
jsVersion = 1.1;
function JSGetSwfVer(i){
if (navigator.plugins != null && navigator.plugins.length > 0) {
if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
descArray = flashDescription.split(" ");
tempArrayMajor = descArray[2].split(".");
versionMajor = tempArrayMajor[0];
versionMinor = tempArrayMajor[1];
if ( descArray[3] != "" ) {
tempArrayMinor = descArray[3].split("r");
} else {
tempArrayMinor = descArray[4].split("r");
}
versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
} else {
flashVer = -1;
}
}
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
else {
flashVer = -1;
}
return flashVer;
}
// If called with no parameters this function returns a floating point value
// which should be the version of the Flash Player or 0.0
// ex: Flash Player 7r14 returns 7.14
// If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
{
reqVer = parseFloat(reqMajorVer + "." + reqRevision);
// loop backwards through the versions until we find the newest version
for (i=25;i>0;i--) {
if (isIE && isWin && !isOpera) {
versionStr = VBGetSwfVer(i);
} else {
versionStr = JSGetSwfVer(i);
}
if (versionStr == -1 ) {
return false;
} else if (versionStr != 0) {
if(isIE && isWin && !isOpera) {
tempArray = versionStr.split(" ");
tempString = tempArray[1];
versionArray = tempString .split(",");
} else {
versionArray = versionStr.split(".");
}
versionMajor = versionArray[0];
versionMinor = versionArray[1];
versionRevision = versionArray[2];
versionString = versionMajor + "." + versionRevision; // 7.0r24 == 7.24
versionNum = parseFloat(versionString);
// is the major.revision >= requested major.revision AND the minor version >= requested minor
if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
return true;
} else {
return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );
}
}
}
return (reqVer ? false : 0.0);
}
_uacct = "UA-1441351-1";urchinTracker();
//
Stylus Studio® Developer Network |
Contact Us
PRODUCTS
TRY
BUY
LEARN
SUPPORT
COMPANY
Cart
FIND IT QUICKLY
Do you have questions??
Annual Upgrade Protection (AUP) Questions
Activation or Key Code Issues
Technical Support Questions
Sales Questions
Other Questions about Stylus Studio
Download & Purchase
Purchase Stylus Studio® 2008 XML Release 2
Download Stylus Studio® 2008 XML Release 2
Purchase Data Integration Suite
Download Data Integration Suite
More Quick Links
Weekly Training Webinar:
Data Integration and Stylus Studio
Why Choose Stylus?:
Top-10 Reasons, Awards & Reviews, Company Press Releases
Customers:
Our Customers, Customer Success Stories, Customer Testimonials
News & Announcements
05/01/08 - Stylus Studio 2008 Release 2 Now Available: New EDI support, code generation & more!
FOR DEVELOPERS
Developer Resources
XML Editor:
XML Viewer, XML Parser, XML Validator, XML Differencing
XQuery Tools:
XQuery Editor, XQuery Debugger, XQuery Mapper, XQuery Performance
XSLT Tools:
XSLT Editor, XSLT Debugger, XSLT Designer, XSLT mapper
XML Mapping Tools:
XML to XML, EDI to XML, HTML to XML, XML to HTML, Database to XML, XML to PDF
EDI Tools:
EDIFACT to XML, X12 to XML, Validate EDIFACT, Validate X12, EDI to EDI
XML Pipeline:
XML Applications, XML Programming, ETL, EII, EAI
XML Schema Tools:
XML Schema Editor, XML Schema Validator, XML Schema Generator, XML Schema Documentation
Web Service Tools:
Web Service Testing, Web Service Frameworks
XML Publishing:
XML Publisher, XML Reports, Single Source Publishing, Multi Channel Publishing, Content Management
DTD Tools:
DTD Editor, DTD Validator, DTD Generator, DTD Standards
XPath Tools:
XPath Evaluator, XPath Editor, XPath Generator
XML Import & Export Tools:
Convert to XML, CSV to XML, ADO to XML, Text File to XML
XHTML & Web Design Tools:
HTML to XML Converter, JSP Editor
Java & XML Tools:
Java Code Generation, Java IDE, Java Web Services, JAXB
Microsoft & XML Tools:
Tools support for MSXML, System.XML
Database & XML Tools:
SQL Server, Oracle, DB2, MySQL
LEARN XML
Learn about Stylus Studio
Stylus Studio FAQ:
Business FAQ, Technical FAQ, Sales FAQ, Support FAQ
Online Video Demonstrations:
Converting Data to XML, Generating Java Code, Learn XSLT, Learn XQuery, Learn Web Services
XML Tutorials:
XQuery Primer, Using XML Converters, Understanding OASIS Catalogs
XML Whitepapers:
Understanding XML Data Services, Web Service Aggregation & Reporting, Schema Design With Stylus Studio, Financial Data Modeling Study
Product Documentation:
XML Development Primer, Editing and Querying XML, Converting Non-XML Files to XML, Working with XSLT, Working with XQuery, Publishing XML Data, Building XML Pipelines
XML Blogs:
XML Connections, XML-DEV, XSL-DEV, XMLSchema-DEV, XQuery Talk, EDI-List, EDIFACT Reference, XML Component Reference, XML Schema Library
Learn about Data Integration Suite
Data Integration Suite:
Fact Sheet, Architecture, Features, Benefits, FAQ
Stylus Studio:
Features, FAQ, Benefits, Quickstart Training Webcast
XQuery:
Fact sheet, Architecture, Features, FAQ, XML Tools, Tutorials, Examples
XML Converters:
Fact Sheet, Architecture, Features, FAQ, XML Tools, Tutorials, Healthcare
STYLUS STUDIO – XML EDITOR
Cast Your Vote Today:DataDirect XML Developer SitesCategory: Best SOA or XML site!
Winners and finalists announced at SOA World Conference in November.
Purchase Stylus Studio
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
PURCHASE STYLUS STUDIO ONLINE TODAY!
Get our award-winning XML development environment at value prices. – » satisfaction guaranteed«
Â
Download Stylus Studio
Download a free trial of our award-winning XML editor used by approximately two million XML developers. Our powerful XML Tools Suite and data integration components increase XML development productivity by simplifying the development and deployment of XML data integration applications.
Download Data Integration Suite
Stop struggling with heterogeneous data integration – XML, relational, EDI, legacy – The Data Integration Suite can handle it all. See for yourself! Download a trial copy of the Data Integration Suite today!
More about Stylus Studio
Volume license purchase
Frequently Asked Questions about Buying Stylus Studio
Why Buy Stylus Studio
Free Stylus Studio XML Training:
Site Map |
XML Converters |
XQuery |
XML Editor |
DataDirect Technologies
Privacy |
Trademarks |
Terms of Use
Copyright © 2005-2008
Progress Software Corporation. All Rights Reserved
document.write(" |
|