Skip to main content

Home/ HealthcareMetadata/ Group items tagged XML

Rss Feed Group items tagged

Malcolm McRoberts

Import Test result from CppUnit to TFS reports - 0 views

  • XML file is a CppUnit result. It would not be easy for me to convert this file to a trx file. BUT i found a quite nice solution. First i use the new MSBuild target XslTransformation and transform the result to an jUnit XML result file. I then used the PublishJUnit task from the Ant integration to transform the new XML file to trx files and publish them in the TFS.
Malcolm McRoberts

SQL XML Documentation - CodeProject - 0 views

  • This article will help to choose a proper SQL XML Documentation format for the future and help to convert these comments into Microsoft Help formats with minimal resources.
  • Microsoft SandCastle Command Line Interface (CLI) Tool used for creating MSDN-style documentation from .NET assemblies and their associated XML comments files. CodePlex SandCastle Help File Builder Graphical User Interface (GUI) for Microsoft SandCastle. Also contains command line based tools to build a help file in an automated fashion.
Malcolm McRoberts

Metadata registry - Wikipedia, the free encyclopedia - 0 views

  • Common characteristics of a metadata registry A metadata registry typically has the following characteristics: Protected environment where only authorized individuals may make changes Stores data elements that include both semantics and representations Semantic areas of a metadata registry contain the meaning of a data element with precise definitions Representational areas of a metadata registry define how the data is represented in a specific format, such as in a database or a structured file format (e.g., XML)
  • ISO 11179
  • A metadata registry is a central location in an organization where metadata definitions are stored and maintained in a controlled method.
  • ...2 more annotations...
  • Metadata registries are used whenever data must be used consistently within an organization or group of organizations
  • Organizations that need consistent definitions of data across time, between databases, between organizations or between processes, for example when an organization builds a data warehouse
Malcolm McRoberts

How to create RESTful Web services in 10 minutes with Visual Studio 2012 AiM website | ... - 0 views

  • By default the API return XML, but we’ll use JSON here, as it’s also becoming a standard. To do so we must add  the following code in the register() method located in the file WebApiConfig.cs config.Formatters.XmlFormatter.SupportedMediaTypes.Remove( config.Formatters.XmlFormatter.SupportedMediaTypes.FirstOrDefault(t => t.MediaType == 'application/xml'));
Malcolm McRoberts

XEP-0295: JSON Encodings for XMPP - 0 views

  • Example 4. XML-encoded Message with Security Label<message to='romeo@example.net' from='juliet@example.com/balcony'>    <body>This content is classified.</body>    <securitylabel xmlns='urn:xmpp:sec-label:0'>        <displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking>        <label><esssecuritylabel xmlns='urn:xmpp:sec-label:ess:0'>            MQYCAQQGASk=        </esssecuritylabel></label>    </securitylabel></message>  Example 5. JSON-encoded Message with Security Label{"s":"<message to='romeo@example.net' from='juliet@example.com/balcony'><body>This content is classified.</body><securitylabel xmlns='urn:xmpp:sec-label:0'><displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking><label><esssecuritylabel xmlns='urn:xmpp:sec-label:ess:0'>MQYCAQQGASk=</esssecuritylabel></label></securitylabel></message>"} 
Malcolm McRoberts

Cameo Data Modeler - 0 views

  • Cameo Data Modeler plugin provides data-related modeling for MagicDraw. It includes entity-relationship, database and XML schema modeling features.
Malcolm McRoberts

Team Foundation Server Build Extensions Power Tool December 2011 - 0 views

  • The Team Foundation Build Extensions provide the ability to execute Ant or Maven 2 builds from Team Foundation Server and publish the results of the build along with any associated JUnit test results back to Team Foundation Server. 
Malcolm McRoberts

SQLDoc Sharp - CodeProject - 0 views

  • QLDoc Sharp is an interactive tool designed to generate the SQL Server 2005/2008 documentation. It allows you to export documentation to CHM format (Microsoft Compiled HTML Help).It is also easy and interactive, which allows multiple database documentation. For more details, please refer to http://www.amitchaudhary.com/. Background Finding the answer to, "Is there any free tool for generating documentation from SQL 2005/2008". Using the Code After running the application, the initial UI looks like below: Three steps required to generate the documentation. Step # 1 In the top section, provide the details about the SQL Server. It includes: Source: Instance Name of the SQL Server 2005/2008  If want to connect with SQL authentication then: User Name: Name of the user whose credentials you want to use Password: Password of the user whose credentials you want to use In case, to connect with Windows authentication then, only check the checkbox   (Integrated Security) and your current Windows credentials would be used to connect with the specified SQL Server Instance. Step # 2 Choose the database name from the Database dropdown list, whose documentation you want to generate and then click on the Fetch button. Meanwhile you can choose/change the File Name of the CHM file which would be generated. And also if required, you then choose to export the metadata/documentation in the XML format too. Step # 3 Click on the Generate button. And locate the CHM file at the path specified. After making the selection the SQLDoc Sharp, the UI should look like: Screen Shots of the Documentation Generated Index
  • SQLDoc Sharp is an interactive tool designed to generate the SQL Server 2005/2008 documentation.
1 - 8 of 8
Showing 20 items per page