Sciweavers

792 search results - page 1 / 159
» Static Analysis of XSLT Programs
Sort
View
ADC
2004
Springer
97views Database» more  ADC 2004»
13 years 10 months ago
Static Analysis of XSLT Programs
XML is becoming the dominant standard for representing and exchanging data on the World Wide Web. The ability to transform and present data in XML is crucial and XSLT (Extensible ...
Ce Dong, James Bailey
ADBIS
2006
Springer
154views Database» more  ADBIS 2006»
13 years 10 months ago
Determining the Output Schema of an XSLT Stylesheet
The XSLT language is used to describe transformations of XML documents into other formats. The transformed XML documents conform to output schemas of the used XSLT stylesheet. Outp...
Sven Groppe, Jinghua Groppe
ISCI
2008
83views more  ISCI 2008»
13 years 4 months ago
Output schemas of XSLT stylesheets and their applications
The capabilities of XSLT processing are widely used to transform XML documents into target XML documents. These target XML documents conform to output schemas of the used XSLT styl...
Sven Groppe, Jinghua Groppe
CC
2005
Springer
123views System Software» more  CC 2005»
13 years 10 months ago
XML Goes Native: Run-Time Representations for Xtatic
Abstract. Xtatic is a lightweight extension of C offering native support for statically typed XML processing. XML trees are built-in values in Xtatic, and static analysis of the t...
Vladimir Gapeyev, Michael Y. Levin, Benjamin C. Pi...
ISSTA
2012
ACM
11 years 7 months ago
Static memory leak detection using full-sparse value-flow analysis
We introduce a static detector, Saber, for detecting memory leaks in C programs. Leveraging recent advances on sparse pointer analysis, Saber is the first to use a full-sparse va...
Yulei Sui, Ding Ye, Jingling Xue