Read IT Engineer's Blog in your own language
English flagKorean flagChinese (Simplified) flagPortuguese flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagHindi flagPolish flagRumanian flagSwedish flagNorwegian flagCatalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flagVietnamese flagAlbanian flagEstonian flagGalician flagMaltese flagThai flagTurkish flagHungarian flag  
By N2H
Jul
12th

Advanced XML regular expression features [Part 1]

Files under Webmastering | Leave a Comment | 432 views

Regular expressions are sets of special characters or character sequences that are used to match string values in text data. XPath 2.0 offers improved support for regular expressions. This is useful because it enables you to search for particular string patterns and return nodes that match those string patterns.

xml regular expression

XPath 2.0 functions

In XPath 2.0, three new functions provide support for regular expressions:

  • tokenize()
  • matches()
  • replace()

tokenize()

You use the tokenize() function to split a string into substrings. For example, you can use this function to split a sentence into separate words. The syntax for the tokenize() function is (more…)

Jul
1st

Examining an XBRL taxonomy [Part 2]

Files under Webmastering | Leave a Comment | 471 views

After getting know on examining and XBRL taxonomy part 1, let continue the rest of the topic.

The structure of an XBRL GL document

XBRL

This diagram shows the basic structure of an XBRL GL document.

The top-level element of an XBRL GL document, which appears directly after the XBRL instance document root element, is accountingEntries, which is a tuple. (more…)

Apr
21st

Examining an XBRL taxonomy [Part 1]

Files under Webmastering | 2 Comments | 2,033 views

An XBRL taxonomy is a document or set of documents defining a specific information set that can be reported using the XBRL specification. It assigns unique tags to specific accounting elements such as gross profit or price/earnings ratio.

XBRL

Financial reporting taxonomies
Because accounting standards and business requirements vary between regions and organizations, financial reporting taxonomies are created specifically for individual regions, industries, or even companies. To improve the usability of taxonomy documents, XBRL International specifies recommended taxonomy design architecture guidelines on its web site. (more…)

Mar
9th

Encrypting and authenticating XML data [Part 2]

Files under Webmastering | 1 Comment | 616 views

After get some understanding on encrypting and authentication on xml on XML web services. Now we getting to know more about the XML signature and also some summarize of XML encrypting and authenticating.

xml authentication

XML Signature Standard
The W3C XML Signature standard provides a specification for creating and using digital signatures in XML. You use XML Signature to provide authentication when transmitting documents. You can use XML Signature with any content, including XML data. You can sign just a portion of a document, in the same way that you can encrypt just part of it. (more…)

Feb
27th

HTML standards and compliance [Part 2]

Files under Webmastering | 3 Comments | 540 views

After knowing how the HTML Standard and compliance on HT (Hyper Text) and Markup, let us get more understand on tag wars, xhtml and etc.

html standard

Tag wars
In the early days of the Web, HTML proved to be an extremely popular authoring language. With HTML, publishing content to the Web was easy – you inserted some tags into a document using a text editor and uploaded the document to a web site, where it could be read by anybody with a browser. (more…)

<