Platica de No a la OOXML en SlideCast
Wednesday, August 22, 2007 3:23:48 AM
Pueden ver la pagina original en: http://www.slideshare.net/jza/no-ooxml/
Opendocuments, Web Office, Office suites
Wednesday, August 22, 2007 3:23:48 AM
Friday, July 27, 2007 10:06:34 PM

Tuesday, June 12, 2007 10:41:44 PM
Tuesday, April 17, 2007 9:24:31 AM
<Employees>
<Employee id="101">
<Name>
<First>John</First>
<Last>Smith</Last>
</Name>
<Phone type="Home">785-555-1234</Phone>
</Employee>
</Employees>
Sub Main cXmlFile = "/home/user/tmp/test.xml" cXmlUrl = ConvertToURL( cXmlFile ) ReadXmlFromUrl( cXmlUrl ) End Sub
Sub ReadXmlFromUrl( cUrl ) oSFA = createUnoService( "com.sun.star.ucb.SimpleFileAccess" ) oInputStream = oSFA.openFileRead( cUrl ) ReadXmlFromInputStream( oInputStream ) oInputStream.closeInput() End Sub
Sub ReadXmlFromInputStream( oInputStream )
oSaxParser = createUnoService( "com.sun.star.xml.sax.Parser" )
oDocEventsHandler = CreateDocumentHandler()
oSaxParser.setDocumentHandler( oDocEventsHandler )
oInputSource = createUnoStruct( "com.sun.star.xml.sax.InputSource" )
With oInputSource
.aInputStream = oInputStream
End With
oSaxParser.parseStream( oInputSource )
End Sub
Private goLocator As Object Private glLocatorSet As Boolean
Function CreateDocumentHandler()
oDocHandler = CreateUnoListener( "DocHandler_",_
"com.sun.star.xml.sax.XDocumentHandler" )
glLocatorSet = False
CreateDocumentHandler() = oDocHandler
End Function
Sub DocHandler_startDocument()
' Print "Start document"
End Sub
Sub DocHandler_endDocument()
' Print "End document"
End Sub
Sub DocHandler_startElement( cName As String, oAttributes As _
com.sun.star.xml.sax.XAttributeList )
' Print cName
' Print oAttributes.Length
End Sub
Sub DocHandler_endElement( cName As String )
' Print "End element", cName
End Sub
Sub DocHandler_characters( cChars As String )
Print "Contenido:",cChars
End Sub
Sub DocHandler_ignorableWhitespace( cWhitespace As String )
' Print cWhitespace
End Sub
Sub DocHandler_processingInstruction( cTarget As String, cData As String )
End Sub
Sub DocHandler_setDocumentLocator( oLocator As com.sun.star.xml.sax.XLocator ) goLocator = oLocator glLocatorSet = True End Sub
Friday, March 16, 2007 9:53:16 PM
GOOogle has been having a lot of relationship lately with the OpenOffice.org community. Recently the announcement of the inclusion of the OpenOffice.org projects into Google Summer of Code. Saturday, December 2, 2006 8:12:29 AM
Monday, September 18, 2006 4:36:27 AM

| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | |||