You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by xm...@xml.apache.org on 2004/08/09 06:30:43 UTC

[Apache XMLBeans Wiki] Updated: XmlBeansV1Faq

   Date: 2004-08-08T21:30:43
   Editor: DmitriColebatch <dm...@toyota.com.au>
   Wiki: Apache XMLBeans Wiki
   Page: XmlBeansV1Faq
   URL: http://wiki.apache.org/xmlbeans/XmlBeansV1Faq

   Update links from xml.apache.org/xmlbeans to xmlbeans.apache.org

Change Log:

------------------------------------------------------------------------------
@@ -41,13 +41,13 @@
 [[Anchor(mailingLists)]]
 '''What are the different XMLBeans Mailing Lists?'''
 
-[http://xml.apache.org/xmlbeans/community/index.html#Mailing+Lists Apache XMLBeans Mailing Lists]
+[http://xmlbeans.apache.org/community/index.html#Mailing+Lists Apache XMLBeans Mailing Lists]
 
 ----
 [[Anchor(committers)]]
 '''Who are the XMLBeans Committers?'''
 
-[http://xml.apache.org/xmlbeans/community/index.html#Who+we+are Apache XMLBeans Committers]
+[http://xmlbeans.apache.org/community/index.html#Who+we+are Apache XMLBeans Committers]
 
 ----
 [[Anchor(fileBug)]]
@@ -64,7 +64,7 @@
 [[Anchor(latestVersion)]]
 '''What is the latest version of XMLBeans?'''
 
-XMLBeans Version 1 is current stable codeline.  It basically represents the codeline that BEA originally submitted to Apache plus some useful bug fixes.  The 1.0.3 release requires jdk1.4 and is available at http://xml.apache.org/xmlbeans/sourceAndBinaries/.  See the XMLBeans website or the FAQ for information on how to build XMLBeans V1 from source.  
+XMLBeans Version 1 is current stable codeline.  It basically represents the codeline that BEA originally submitted to Apache plus some useful bug fixes.  The 1.0.3 release requires jdk1.4 and is available at http://xmlbeans.apache.org/sourceAndBinaries/.  See the XMLBeans website or the FAQ for information on how to build XMLBeans V1 from source.  
 
 For jdk1.3 users, there is a version of the 1.0.3 release compatible with jdk1.3 only available in cvs under the branch name 'xmlbeans-jdk13_branch'.
 
@@ -74,23 +74,23 @@
 [[Anchor(downloadBinary)]]
 '''Where can I download the latest release of XMLBeans?'''
 
-http://xml.apache.org/xmlbeans/sourceAndBinaries/
+http://xmlbeans.apache.org/sourceAndBinaries/
 ----
 [[Anchor(gettingStartedDoc)]]
 '''How do I get started coding with XMLBeans?'''
 
-This [http://xml.apache.org/xmlbeans/docs/guide/conGettingStartedwithXMLBeans.html document] (http://xml.apache.org/xmlbeans/docs/guide/conGettingStartedwithXMLBeans.html) is a good place to get started.
+This [http://xmlbeans.apache.org/docs/guide/conGettingStartedwithXMLBeans.html document] (http://xmlbeans.apache.org/docs/guide/conGettingStartedwithXMLBeans.html) is a good place to get started.
 
 ----
 [[Anchor(xmlbeansSource)]]
 How can I get the latest XMLBeans source code in CVS?
 
-[http://xml.apache.org/xmlbeans/sourceAndBinaries/index.html#XMLBeans+Source XMLBeans Source Code Information]
+[http://xmlbeans.apache.org/sourceAndBinaries/index.html#XMLBeans+Source XMLBeans Source Code Information]
 ----
 [[Anchor(viewJavaDoc)]]
 '''Is the XMLBeans V1 javadoc available online?'''
 
-Yes, you can view the XMLBeans V1 !JavaDoc here, http://xml.apache.org/xmlbeans/docs/reference/index.html.
+Yes, you can view the XMLBeans V1 !JavaDoc here, http://xmlbeans.apache.org/docs/reference/index.html.
 ----
 [[Anchor(scompFindingJavac)]]
 '''The scomp program can't find javac and fails with java.io.IOException on Windows!'''
@@ -122,7 +122,7 @@
 [[Anchor(buildingXMLBeansV1)]]
 '''How do I build XMLBeans V1?'''
 
-[http://xml.apache.org/xmlbeans/sourceAndBinaries/index.html#Building+XMLBeans+Version+1.0 Building XMLBeans V1]
+[http://xmlbeans.apache.org/sourceAndBinaries/index.html#Building+XMLBeans+Version+1.0 Building XMLBeans V1]
 ----
 [[Anchor(viewXMLBeansOnline)]]
 '''Can I view the XMLBeans source code online, without having CVS on my machine?'''
@@ -138,11 +138,11 @@
 
   '''User Derived Schema Types'''
 
-  When you compile XML schema, the resulting API is made up of two categories of types: built-in types that mirror those in the schema specification and others that are generated from user-derived schema types. This topic provides an overview of the Java types generated for user-derived types, describing the methods the Java types provide ...  [http://xml.apache.org/xmlbeans/docs/guide/conJavaTypesGeneratedFromUserDerived.html Java Types Generated from User-Derived Schema Types]
+  When you compile XML schema, the resulting API is made up of two categories of types: built-in types that mirror those in the schema specification and others that are generated from user-derived schema types. This topic provides an overview of the Java types generated for user-derived types, describing the methods the Java types provide ...  [http://xmlbeans.apache.org/docs/guide/conJavaTypesGeneratedFromUserDerived.html Java Types Generated from User-Derived Schema Types]
 
   '''Built in Types'''
 
-  Just as with types in XML schema, the XMLBeans types based on schema are arranged in a hierarchy. In general, the hierarchy of XMLBean types mirrors the hierarchy of the schema types themselves. XML schema types all inherit from xs:anyType (which is at the root of the hierarchy); XMLBeans types inherit from !XmlObject ... [XMLBeans Support for Built-In Schema Types http://xml.apache.org/xmlbeans/docs/guide/conXMLBeansSupportBuiltInSchemaTypes.html]
+  Just as with types in XML schema, the XMLBeans types based on schema are arranged in a hierarchy. In general, the hierarchy of XMLBean types mirrors the hierarchy of the schema types themselves. XML schema types all inherit from xs:anyType (which is at the root of the hierarchy); XMLBeans types inherit from !XmlObject ... [XMLBeans Support for Built-In Schema Types http://xmlbeans.apache.org/docs/guide/conXMLBeansSupportBuiltInSchemaTypes.html]
 
 ----
 [[Anchor(configPackageName)]]
@@ -219,7 +219,7 @@
 [[Anchor(introToSTS)]]
 '''Is there an introduction document on the XMLBeans Schema Type System?'''
 
-This [http://xml.apache.org/xmlbeans/docs/guide/conIntroToTheSchemaTypeSystem.html document] is a good starting place to learn about programming against the XMLBeans Schema Type System.
+This [http://xmlbeans.apache.org/docs/guide/conIntroToTheSchemaTypeSystem.html document] is a good starting place to learn about programming against the XMLBeans Schema Type System.
 
 ----
 [[Anchor(schemaType2Javaname)]]
@@ -244,12 +244,12 @@
 [[Anchor(navigatingXmlCursor)]]
 '''Is there documentation on navigating with !XmlCursor?'''
 
-This document, http://xml.apache.org/xmlbeans/docs/guide/conNavigatingXMLwithCursors.html, discusses using !XmlCursor to navigate a document.
+This document, http://xmlbeans.apache.org/docs/guide/conNavigatingXMLwithCursors.html, discusses using !XmlCursor to navigate a document.
 
 ----
 [[Anchor(usingBookmarks)]]
 '''How do I use Bookmarks to annotate XML?'''
 
-This [http://xml.apache.org/xmlbeans/docs/guide/conUsingBookmarksToAnnotateXML.html document], http://xml.apache.org/xmlbeans/docs/guide/conUsingBookmarksToAnnotateXML.html, discusses using bookmarks to annotate xml.
+This [http://xmlbeans.apache.org/docs/guide/conUsingBookmarksToAnnotateXML.html document], http://xmlbeans.apache.org/docs/guide/conUsingBookmarksToAnnotateXML.html, discusses using bookmarks to annotate xml.
 
 ----

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org